| 2017-01-03 |  Heikki Linnakangas | Remove bogus notice that older clients might not work... | commit | commitdiff | tree | snapshot | 
| 2017-01-02 |  Joe Conway | ilence compiler warnings | commit | commitdiff | tree | snapshot | 
| 2017-01-02 |  Joe Conway | Silence Bison deprecation warnings | commit | commitdiff | tree | snapshot | 
| 2016-12-29 |  Tom Lane | Fix incorrect example of to_timestamp() usage. | commit | commitdiff | tree | snapshot | 
| 2016-12-27 |  Tom Lane | Fix interval_transform so it doesn't throw away non... | commit | commitdiff | tree | snapshot | 
| 2016-12-27 |  Andrew Dunstan | Explain unaccounted for space in pgstattuple. | commit | commitdiff | tree | snapshot | 
| 2016-12-26 |  Tom Lane | Remove triggerable Assert in hashname(). | commit | commitdiff | tree | snapshot | 
| 2016-12-24 |  Stephen Frost | pg_dumpall: Include --verbose option in --help output | commit | commitdiff | tree | snapshot | 
| 2016-12-24 |  Stephen Frost | Fix tab completion in psql for ALTER DEFAULT PRIVILEGES | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Robert Haas | Fix broken error check in _hash_doinsert. | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Joe Conway | Make dblink try harder to form useful error messages | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Michael Meskes | Fix buffer overflow on particularly named files and... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Joe Conway | Improve dblink error message when remote does not provi... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Tom Lane | Fix detection of unfinished Unicode surrogate pair... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Stephen Frost | Fix dumping of casts and transforms using built-in... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Stephen Frost | For 8.0 servers, get last built-in oid from pg_database | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Heikki Linnakangas | Fix off-by-one in memory allocation for quote_literal_c... | commit | commitdiff | tree | snapshot | 
| 2016-12-15 |  Tom Lane | Sync our copy of the timezone library with IANA release... | commit | commitdiff | tree | snapshot | 
| 2016-12-14 |  Kevin Grittner | Back-patch fcff8a575198478023ada8a48e13b50f70054766... | commit | commitdiff | tree | snapshot | 
| 2016-12-11 |  Tom Lane | Use "%option prefix" to set API names in ecpg's lexer. | commit | commitdiff | tree | snapshot | 
| 2016-12-11 |  Tom Lane | Build backend/parser/scan.l and interfaces/ecpg/preproc... | commit | commitdiff | tree | snapshot | 
| 2016-12-11 |  Tom Lane | Prevent crash when ts_rewrite() replaces a non-top... | commit | commitdiff | tree | snapshot | 
| 2016-12-09 |  Tom Lane | Be more careful about Python refcounts while creating... | commit | commitdiff | tree | snapshot | 
| 2016-12-09 |  Tom Lane | Fix reporting of column typmods for multi-row VALUES... | commit | commitdiff | tree | snapshot | 
| 2016-12-08 |  Robert Haas | Log the creation of an init fork unconditionally. | commit | commitdiff | tree | snapshot | 
| 2016-12-07 |  Tom Lane | Restore psql's SIGPIPE setting if popen() fails. | commit | commitdiff | tree | snapshot | 
| 2016-12-07 |  Tom Lane | Handle empty or all-blank PAGER setting more sanely... | commit | commitdiff | tree | snapshot | 
| 2016-12-03 |  Noah Misch | Make pgwin32_putenv() visit debug CRTs. | commit | commitdiff | tree | snapshot | 
| 2016-12-03 |  Noah Misch | Remove wrong CloseHandle() call. | commit | commitdiff | tree | snapshot | 
| 2016-12-03 |  Noah Misch | Refine win32env.c cosmetics. | commit | commitdiff | tree | snapshot | 
| 2016-11-30 |  Tom Lane | Doc: improve description of trim() and related functions. | commit | commitdiff | tree | snapshot | 
| 2016-11-29 |  Stephen Frost | Clarify pg_dump -b documentation | commit | commitdiff | tree | snapshot | 
| 2016-11-26 |  Tom Lane | Fix test about ignoring extension dependencies during... | commit | commitdiff | tree | snapshot | 
| 2016-11-25 |  Tom Lane | Check for pending trigger events on far end when droppi... | commit | commitdiff | tree | snapshot | 
| 2016-11-23 |  Tom Lane | Make sure ALTER TABLE preserves index tablespaces. | commit | commitdiff | tree | snapshot | 
| 2016-11-22 |  Tom Lane | Doc: improve documentation about composite-value usage. | commit | commitdiff | tree | snapshot | 
| 2016-11-22 |  Tom Lane | Doc: add a section in Part II concerning RETURNING. | commit | commitdiff | tree | snapshot | 
| 2016-11-21 |  Tom Lane | Fix PGLC_localeconv() to handle errors better. | commit | commitdiff | tree | snapshot | 
| 2016-11-15 |  Tom Lane | Allow DOS-style line endings in ~/.pgpass files. | commit | commitdiff | tree | snapshot | 
| 2016-11-08 |  Magnus Hagander | Fix typo | commit | commitdiff | tree | snapshot | 
| 2016-11-06 |  Tom Lane | Rationalize and document pltcl's handling of magic... | commit | commitdiff | tree | snapshot | 
| 2016-11-06 |  Tom Lane | More zic cleanup. | commit | commitdiff | tree | snapshot | 
| 2016-11-04 |  Tom Lane | Sync our copy of the timezone library with IANA tzcode... | commit | commitdiff | tree | snapshot | 
| 2016-10-30 |  Tom Lane | Fix nasty performance problem in tsquery_rewrite(). | commit | commitdiff | tree | snapshot | 
| 2016-10-30 |  Tom Lane | Fix bogus tree-flattening logic in QTNTernary(). | commit | commitdiff | tree | snapshot | 
| 2016-10-27 |  Robert Haas | If the stats collector dies during Hot Standby, restart it. | commit | commitdiff | tree | snapshot | 
| 2016-10-27 |  Robert Haas | Fix possible pg_basebackup failure on standby with... | commit | commitdiff | tree | snapshot | 
| 2016-10-26 |  Tom Lane | Fix not-HAVE_SYMLINK code in zic.c. | commit | commitdiff | tree | snapshot | 
| 2016-10-24 |  Tom Lane | Stamp 9.2.19.  REL9_2_19 | commit | commitdiff | tree | snapshot | 
| 2016-10-24 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 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 | snapshot | 
| 2016-10-23 |  Tom Lane | Avoid testing tuple visibility without buffer lock... | commit | commitdiff | tree | snapshot | 
| 2016-10-21 |  Tom Lane | Doc: wording tweak for PERL, PYTHON, TCLSH configuratio... | commit | commitdiff | tree | snapshot | 
| 2016-10-20 |  Tom Lane | Fix EXPLAIN so that it doesn't emit invalid XML in... | commit | commitdiff | tree | snapshot | 
| 2016-10-20 |  Tom Lane | Sync our copy of the timezone library with IANA release... | commit | commitdiff | tree | snapshot | 
| 2016-10-20 |  Tom Lane | Update time zone data files to tzdata release 2016h. | commit | commitdiff | tree | snapshot | 
| 2016-10-20 |  Tom Lane | Another portability fix for tzcode2016g update. | commit | commitdiff | tree | snapshot | 
| 2016-10-19 |  Tom Lane | Windows portability fix. | commit | commitdiff | tree | snapshot | 
| 2016-10-19 |  Tom Lane | Sync our copy of the timezone library with IANA release... | commit | commitdiff | tree | snapshot | 
| 2016-10-19 |  Tom Lane | Suppress "Factory" zone in pg_timezone_names view for... | commit | commitdiff | tree | snapshot | 
| 2016-10-19 |  Tom Lane | Update time zone data files to tzdata release 2016g. | commit | commitdiff | tree | snapshot | 
| 2016-10-18 |  Tom Lane | Fix cidin() to handle values above 2^31 platform-indepe... | commit | commitdiff | tree | snapshot | 
| 2016-10-14 |  Tom Lane | Fix assorted integer-overflow hazards in varbit.c. | commit | commitdiff | tree | snapshot | 
| 2016-10-13 |  Tom Lane | Fix another bug in merging of inherited CHECK constraints. | commit | commitdiff | tree | snapshot | 
| 2016-10-12 |  Heikki Linnakangas | Fix copy-pasto in comment. | commit | commitdiff | tree | snapshot | 
| 2016-10-10 |  Tom Lane | In PQsendQueryStart(), avoid leaking any left-over... | commit | commitdiff | tree | snapshot | 
| 2016-10-08 |  Tom Lane | Fix two bugs in merging of inherited CHECK constraints. | commit | commitdiff | tree | snapshot | 
| 2016-10-08 |  Tom Lane | Remove user_relns() SRF from regression tests. | commit | commitdiff | tree | snapshot | 
| 2016-10-07 |  Heikki Linnakangas | Clear OpenSSL error queue after failed X509_STORE_load_... | commit | commitdiff | tree | snapshot | 
| 2016-10-07 |  Heikki Linnakangas | Don't share SSL_CTX between libpq connections. | commit | commitdiff | tree | snapshot | 
| 2016-09-27 |  Alvaro Herrera | Include <sys/select.h> where needed | commit | commitdiff | tree | snapshot | 
| 2016-09-26 |  Tom Lane | Document has_type_privilege(). | commit | commitdiff | tree | snapshot | 
| 2016-09-23 |  Tom Lane | Doc: fix examples of # operators so they actually work. | commit | commitdiff | tree | snapshot | 
| 2016-09-23 |  Tom Lane | Fix incorrect logic for excluding range constructor... | commit | commitdiff | tree | snapshot | 
| 2016-09-22 |  Tom Lane | Be sure to rewind the tuplestore read pointer in non... | commit | commitdiff | tree | snapshot | 
| 2016-09-20 |  Peter Eisentraut | doc: Fix documentation to match actual make output | commit | commitdiff | tree | snapshot | 
| 2016-09-20 |  Peter Eisentraut | doc: Correct ALTER USER MAPPING example | commit | commitdiff | tree | snapshot | 
| 2016-09-18 |  Heikki Linnakangas | Fix ecpg -? option on Windows, add -V alias for --version. | commit | commitdiff | tree | snapshot | 
| 2016-09-09 |  Simon Riggs | Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL | commit | commitdiff | tree | snapshot | 
| 2016-09-08 |  Andres Freund | Fix mdtruncate() to close fd.c handle of deleted segments. | commit | commitdiff | tree | snapshot | 
| 2016-09-05 |  Tom Lane | Add regression test coverage for non-default timezone... | commit | commitdiff | tree | snapshot | 
| 2016-09-04 |  Tom Lane | Remove vestigial references to "zic" in favor of "IANA... | commit | commitdiff | tree | snapshot | 
| 2016-09-02 |  Tom Lane | Don't require dynamic timezone abbreviations to match... | commit | commitdiff | tree | snapshot | 
| 2016-09-01 |  Tom Lane | Suppress GCC 6 warning about self-comparison | commit | commitdiff | tree | snapshot | 
| 2016-08-31 |  Tom Lane | Prevent starting a standalone backend with standby_mode on. | commit | commitdiff | tree | snapshot | 
| 2016-08-25 |  Tom Lane | Fix instability in parallel regression tests. | commit | commitdiff | tree | snapshot | 
| 2016-08-24 |  Tom Lane | Fix improper repetition of previous results from a... | commit | commitdiff | tree | snapshot | 
| 2016-08-18 |  Magnus Hagander | Update Windows timezone mapping from Windows 7 and 10 | commit | commitdiff | tree | snapshot | 
| 2016-08-17 |  Tom Lane | Fix -e option in contrib/intarray/bench/bench.pl. | commit | commitdiff | tree | snapshot | 
| 2016-08-14 |  Tom Lane | Remove bogus dependencies on NUMERIC_MAX_PRECISION. | commit | commitdiff | tree | snapshot | 
| 2016-08-13 |  Tom Lane | Fix regression test parallel-make hazard. | commit | commitdiff | tree | snapshot | 
| 2016-08-12 |  Tom Lane | Fix inappropriate printing of never-measured times... | commit | commitdiff | tree | snapshot | 
| 2016-08-11 |  Tom Lane | Doc: write some for adminpack. | commit | commitdiff | tree | snapshot | 
| 2016-08-09 |  Peter Eisentraut | Fix typo | commit | commitdiff | tree | snapshot | 
| 2016-08-09 |  Tom Lane | Doc: clarify description of CREATE/ALTER FUNCTION ... | commit | commitdiff | tree | snapshot | 
| 2016-08-08 |  Tom Lane | Stamp 9.2.18.  REL9_2_18 | commit | commitdiff | tree | snapshot | 
| 2016-08-08 |  Tom Lane | Last-minute updates for release notes. | commit | commitdiff | tree | snapshot | 
| 2016-08-08 |  Peter Eisentraut | Fix several one-byte buffer over-reads in to_number | commit | commitdiff | tree | snapshot | 
| 2016-08-08 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2016-08-08 |  Tom Lane | Fix two errors with nested CASE/WHEN constructs. | commit | commitdiff | tree | snapshot | 
| next |