2017-01-04 |
Tom Lane | Prefer int-wide pg_atomic_flag over char-wide when... |
commit | commitdiff | tree |
2017-01-03 |
Bruce Momjian | Update copyright for 2017 |
commit | commitdiff | tree |
2017-01-03 |
Heikki Linnakangas | Remove bogus notice that older clients might not work... |
commit | commitdiff | tree |
2017-01-02 |
Joe Conway | Silence compiler warnings |
commit | commitdiff | tree |
2017-01-02 |
Joe Conway | Silence compiler warnings |
commit | commitdiff | tree |
2016-12-29 |
Tom Lane | Fix incorrect example of to_timestamp() usage. |
commit | commitdiff | tree |
2016-12-27 |
Tom Lane | Fix interval_transform so it doesn't throw away non... |
commit | commitdiff | tree |
2016-12-27 |
Andrew Dunstan | Explain unaccounted for space in pgstattuple. |
commit | commitdiff | tree |
2016-12-26 |
Tom Lane | Remove triggerable Assert in hashname(). |
commit | commitdiff | tree |
2016-12-24 |
Stephen Frost | pg_dumpall: Include --verbose option in --help output |
commit | commitdiff | tree |
2016-12-24 |
Stephen Frost | Fix tab completion in psql for ALTER DEFAULT PRIVILEGES |
commit | commitdiff | tree |
2016-12-23 |
Tom Lane | Doc: improve index entry for "median". |
commit | commitdiff | tree |
2016-12-23 |
Joe Conway | Improve RLS documentation with respect to COPY |
commit | commitdiff | tree |
2016-12-22 |
Stephen Frost | Use TSConfigRelationId in AlterTSConfiguration() |
commit | commitdiff | tree |
2016-12-22 |
Tom Lane | Fix handling of expanded objects in CoerceToDomain... |
commit | commitdiff | tree |
2016-12-22 |
Robert Haas | Fix broken error check in _hash_doinsert. |
commit | commitdiff | tree |
2016-12-22 |
Joe Conway | Make dblink try harder to form useful error messages |
commit | commitdiff | tree |
2016-12-22 |
Joe Conway | Protect dblink from invalid options when using postgres... |
commit | commitdiff | tree |
2016-12-22 |
Tom Lane | Give a useful error message if uuid-ossp is built witho... |
commit | commitdiff | tree |
2016-12-22 |
Michael Meskes | Fix buffer overflow on particularly named files and... |
commit | commitdiff | tree |
2016-12-21 |
Joe Conway | Improve dblink error message when remote does not provi... |
commit | commitdiff | tree |
2016-12-21 |
Tom Lane | Fix detection of unfinished Unicode surrogate pair... |
commit | commitdiff | tree |
2016-12-21 |
Stephen Frost | Improve ALTER TABLE documentation |
commit | commitdiff | tree |
2016-12-21 |
Stephen Frost | Fix dumping of casts and transforms using built-in... |
commit | commitdiff | tree |
2016-12-21 |
Stephen Frost | For 8.0 servers, get last built-in oid from pg_database |
commit | commitdiff | tree |
2016-12-21 |
Dean Rasheed | Fix order of operations in CREATE OR REPLACE VIEW. |
commit | commitdiff | tree |
2016-12-19 |
Magnus Hagander | Fix base backup rate limiting in presence of slow i/o |
commit | commitdiff | tree |
2016-12-18 |
Tom Lane | In contrib/uuid-ossp, #include headers needed for ntohl... |
commit | commitdiff | tree |
2016-12-16 |
Heikki Linnakangas | Fix off-by-one in memory allocation for quote_literal_c... |
commit | commitdiff | tree |
2016-12-15 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
2016-12-14 |
Kevin Grittner | Back-patch fcff8a575198478023ada8a48e13b50f70054766... |
commit | commitdiff | tree |
2016-12-11 |
Tom Lane | Use "%option prefix" to set API names in ecpg's lexer. |
commit | commitdiff | tree |
2016-12-11 |
Tom Lane | Build backend/parser/scan.l and interfaces/ecpg/preproc... |
commit | commitdiff | tree |
2016-12-11 |
Tom Lane | Prevent crash when ts_rewrite() replaces a non-top... |
commit | commitdiff | tree |
2016-12-09 |
Tom Lane | Be more careful about Python refcounts while creating... |
commit | commitdiff | tree |
2016-12-09 |
Tom Lane | Fix reporting of column typmods for multi-row VALUES... |
commit | commitdiff | tree |
2016-12-09 |
Alvaro Herrera | Fix crasher bug in array_position(s) |
commit | commitdiff | tree |
2016-12-08 |
Robert Haas | Log the creation of an init fork unconditionally. |
commit | commitdiff | tree |
2016-12-07 |
Tom Lane | Restore psql's SIGPIPE setting if popen() fails. |
commit | commitdiff | tree |
2016-12-07 |
Tom Lane | Handle empty or all-blank PAGER setting more sanely... |
commit | commitdiff | tree |
2016-12-06 |
Alvaro Herrera | Revert "Permit dump/reload of not-too-large >1GB tuples" |
commit | commitdiff | tree |
2016-12-05 |
Fujii Masao | Fix incorrect output from gin_desc(). |
commit | commitdiff | tree |
2016-12-04 |
Tom Lane | Don't mess up pstate->p_next_resno in transformOnConfli... |
commit | commitdiff | tree |
2016-12-03 |
Noah Misch | Make pgwin32_putenv() visit debug CRTs. |
commit | commitdiff | tree |
2016-12-03 |
Noah Misch | Remove wrong CloseHandle() call. |
commit | commitdiff | tree |
2016-12-03 |
Noah Misch | Refine win32env.c cosmetics. |
commit | commitdiff | tree |
2016-12-02 |
Alvaro Herrera | Permit dump/reload of not-too-large >1GB tuples |
commit | commitdiff | tree |
2016-11-30 |
Tom Lane | Doc: improve description of trim() and related functions. |
commit | commitdiff | tree |
2016-11-29 |
Stephen Frost | Clarify pg_dump -b documentation |
commit | commitdiff | tree |
2016-11-27 |
Magnus Hagander | Mention server start requirement for ssl parameters |
commit | commitdiff | tree |
2016-11-26 |
Tom Lane | Fix test about ignoring extension dependencies during... |
commit | commitdiff | tree |
2016-11-25 |
Tom Lane | Check for pending trigger events on far end when droppi... |
commit | commitdiff | tree |
2016-11-24 |
Alvaro Herrera | Fix commit_ts for FrozenXid and BootstrapXid |
commit | commitdiff | tree |
2016-11-23 |
Tom Lane | Make sure ALTER TABLE preserves index tablespaces. |
commit | commitdiff | tree |
2016-11-22 |
Tom Lane | Doc: in back branches, don't call it a row constructor... |
commit | commitdiff | tree |
2016-11-22 |
Tom Lane | Doc: improve documentation about composite-value usage. |
commit | commitdiff | tree |
2016-11-22 |
Tom Lane | Doc: add a section in Part II concerning RETURNING. |
commit | commitdiff | tree |
2016-11-22 |
Tom Lane | Make contrib/test_decoding regression tests safe for... |
commit | commitdiff | tree |
2016-11-21 |
Tom Lane | Fix PGLC_localeconv() to handle errors better. |
commit | commitdiff | tree |
2016-11-20 |
Tom Lane | Prevent multicolumn expansion of "foo.*" in an UPDATE... |
commit | commitdiff | tree |
2016-11-19 |
Tom Lane | Code review for GUC serialization/deserialization code. |
commit | commitdiff | tree |
2016-11-17 |
Tom Lane | Improve pg_dump/pg_restore --create --if-exists logic. |
commit | commitdiff | tree |
2016-11-17 |
Alvaro Herrera | Avoid pin scan for replay of XLOG_BTREE_VACUUM in all... |
commit | commitdiff | tree |
2016-11-15 |
Tom Lane | Allow DOS-style line endings in ~/.pgpass files. |
commit | commitdiff | tree |
2016-11-15 |
Tom Lane | Account for catalog snapshot in PGXACT->xmin updates. |
commit | commitdiff | tree |
2016-11-14 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
2016-11-14 |
Alvaro Herrera | Fix duplication in ALTER MATERIALIZE VIEW synopsis |
commit | commitdiff | tree |
2016-11-10 |
Tom Lane | Re-allow user_catalog_table option for materialized... |
commit | commitdiff | tree |
2016-11-08 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
2016-11-07 |
Tom Lane | Band-aid fix for incorrect use of view options as StdRd... |
commit | commitdiff | tree |
2016-11-07 |
Peter Eisentraut | pg_rewing pg_upgrade: Fix translation markers |
commit | commitdiff | tree |
2016-11-07 |
Magnus Hagander | Fix handling of symlinked pg_stat_tmp and pg_replslot |
commit | commitdiff | tree |
2016-11-06 |
Tom Lane | Rationalize and document pltcl's handling of magic... |
commit | commitdiff | tree |
2016-11-06 |
Tom Lane | Need to do SPI_push/SPI_pop around expression evaluatio... |
commit | commitdiff | tree |
2016-11-06 |
Tom Lane | More zic cleanup. |
commit | commitdiff | tree |
2016-11-05 |
Tom Lane | Remove duplicate macro definition. |
commit | commitdiff | tree |
2016-11-04 |
Tom Lane | Back-patch portability fixes for contrib/pageinspect... |
commit | commitdiff | tree |
2016-11-04 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode... |
commit | commitdiff | tree |
2016-11-02 |
Tom Lane | Fix portability bug in gin_page_opaque_info(). |
commit | commitdiff | tree |
2016-10-30 |
Tom Lane | Fix nasty performance problem in tsquery_rewrite(). |
commit | commitdiff | tree |
2016-10-30 |
Tom Lane | Fix bogus tree-flattening logic in QTNTernary(). |
commit | commitdiff | tree |
2016-10-30 |
Tom Lane | Improve speed of aggregates that use array_append as... |
commit | commitdiff | tree |
2016-10-27 |
Robert Haas | If the stats collector dies during Hot Standby, restart it. |
commit | commitdiff | tree |
2016-10-27 |
Robert Haas | Fix possible pg_basebackup failure on standby with... |
commit | commitdiff | tree |
2016-10-26 |
Tom Lane | Fix incorrect trigger-property updating in ALTER CONSTR... |
commit | commitdiff | tree |
2016-10-26 |
Tom Lane | Fix not-HAVE_SYMLINK code in zic.c. |
commit | commitdiff | tree |
2016-10-26 |
Tom Lane | Doc: improve documentation about inheritance. |
commit | commitdiff | tree |
2016-10-24 |
Tom Lane | Stamp 9.5.5. REL9_5_5 |
commit | commitdiff | tree |
2016-10-24 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2016-10-24 |
Tom Lane | Update release notes for last-minute commit timestamp... |
commit | commitdiff | tree |
2016-10-24 |
Alvaro Herrera | Preserve commit timestamps across clean restart |
commit | commitdiff | tree |
2016-10-24 |
Tom Lane | Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2... |
commit | commitdiff | tree |
2016-10-23 |
Tom Lane | Avoid testing tuple visibility without buffer lock. |
commit | commitdiff | tree |
2016-10-23 |
Tom Lane | Don't throw serialization errors for self-conflicts... |
commit | commitdiff | tree |
2016-10-23 |
Tom Lane | Avoid testing tuple visibility without buffer lock... |
commit | commitdiff | tree |
2016-10-22 |
Tom Lane | Improve documentation about use of Linux huge pages. |
commit | commitdiff | tree |
2016-10-21 |
Tom Lane | Doc: wording tweak for PERL, PYTHON, TCLSH configuratio... |
commit | commitdiff | tree |
2016-10-20 |
Tom Lane | Fix EXPLAIN so that it doesn't emit invalid XML in... |
commit | commitdiff | tree |
2016-10-20 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
2016-10-20 |
Tom Lane | Update time zone data files to tzdata release 2016h. |
commit | commitdiff | tree |
next |