]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-10-27  Tom LaneFix crash when columns have been added to the end of...
2017-10-27  Tom LaneRethink the dependencies recorded for FieldSelect/Field...
2017-10-27  Tom LaneDoc: mention that you can't PREPARE TRANSACTION after...
2017-10-26  Andrew DunstanImprove gendef.pl diagnostic on failure to open sym...
2017-10-25  Tom LaneFix libpq to not require user's home directory to exist.
2017-10-23  Tom LaneUpdate time zone data files to tzdata release 2017c.
2017-10-23  Tom LaneSync our copy of the timezone library with IANA release...
2017-10-23  Tom LaneFix some oversights in expression dependency recording.
2017-10-20  Tom LaneFix typcache's failure to treat ranges as container...
2017-10-17  Tom LaneFix misparsing of non-newline-terminated pg_hba.conf...
2017-10-11  Tom LaneDoc: fix missing explanation of default object privileges.
2017-10-11  Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-10-06  Tom LaneFix access-off-end-of-array in clog.c.
2017-10-06  Alvaro HerreraFix traversal of half-frozen update chains
2017-10-03  Alvaro HerreraFix coding rules violations in walreceiver.c
2017-09-28  Alvaro HerreraFix freezing of a dead HOT-updated tuple
2017-09-27  Tom LaneFix behavior when converting a float infinity to numeric.
2017-09-27  Noah MischDon't recommend "DROP SCHEMA information_schema CASCADE".
2017-09-26  Tom LaneImprove wording of error message added in commit 714805010.
2017-09-23  Peter EisentrautFix saving and restoring umask
2017-09-22  Tom LaneSync our copy of the timezone library with IANA tzcode...
2017-09-21  Tom LaneGive a better error for duplicate entries in VACUUM...
2017-09-18  Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-17  Tom LaneFix possible dangling pointer dereference in trigger.c.
2017-09-03  Tom LaneFix macro-redefinition warning on MSVC.
2017-09-02  Peter Eisentrautdoc: Fix typos and other minor issues
2017-09-01  Tom LaneMake [U]INT64CONST safe for use in #if conditions.
2017-09-01  Tom LaneEnsure SIZE_MAX can be used throughout our code.
2017-08-29  Tom LaneDoc: document libpq's restriction to INT_MAX rows in...
2017-08-29  Tom LaneTeach libpq to detect integer overflow in the row count...
2017-08-29  Tom LaneImprove docs about numeric formatting patterns (to_char...
2017-08-28  Tom LaneStamp 9.3.19. REL9_3_19
2017-08-28  Tom LaneDoc: adjust release-note credit for parallel pg_restore...
2017-08-28  Peter EisentrautTranslation updates
2017-08-27  Tom LaneRelease notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.
2017-08-22  Andres FreundBackpatch introduction of TupleDescAttr(tupdesc, i).
2017-08-19  Tom LaneFix possible core dump in parallel restore when using...
2017-08-17  Tom LaneFurther tweaks to compiler flags for PL/Perl on Windows.
2017-08-16  Michael MeskesChanged ecpg parser to allow RETURNING clauses without...
2017-08-15  Peter EisentrautInclude foreign tables in information_schema.table_priv...
2017-08-14  Tom LaneHandle elog(FATAL) during ROLLBACK more robustly.
2017-08-14  Tom LaneAbsorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
2017-08-13  Tom LaneRemove AtEOXact_CatCache().
2017-08-09  Tom LaneFix handling of container types in find_composite_type_...
2017-08-08  Alvaro HerreraReword some unclear comments
2017-08-07  Tom LaneStamp 9.3.18. REL9_3_18
2017-08-07  Peter EisentrautTranslation updates
2017-08-07  Tom LaneLast-minute updates for release notes.
2017-08-07  Noah MischAgain match pg_user_mappings to information_schema...
2017-08-07  Heikki LinnakangasDon't allow logging in with empty password.
2017-08-06  Tom LaneRelease notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.
2017-08-04  Tom LaneDisallow SSL session tickets.
2017-08-04  Peter EisentrautAdd missing ALTER USER variants
2017-08-03  Tom LaneFix pg_dump/pg_restore to emit REFRESH MATERIALIZED...
2017-08-02  Tom LaneAdd pgtcl back to the list of externally-maintained...
2017-08-02  Tom LaneSilence warning from modern perl about unescaped braces
2017-07-31  Tatsuo IshiiFix comment.
2017-07-31  Tom LaneDoc: specify that the minimum supported version of...
2017-07-31  Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-07-31  Tom LanePL/Perl portability fix: avoid including XSUB.h in...
2017-07-31  Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-27  Tom LaneFix psql tab completion for CREATE USER MAPPING.
2017-07-26  Tom LaneClean up SQL emitted by psql/describe.c.
2017-07-26  Alvaro HerreraFix concurrent locking of tuple update chain
2017-07-24  Tom LaneFix race condition in predicate-lock init code in EXEC_...
2017-07-24  Tom LaneEnsure that pg_get_ruledef()'s output matches pg_get_vi...
2017-07-24  Noah MischMSVC: Accept tcl86.lib in addition to tcl86t.lib.
2017-07-23  Tom LaneFix pg_dump's handling of event triggers.
2017-07-21  Tom LaneStabilize postgres_fdw regression tests.
2017-07-21  Tom LaneRe-establish postgres_fdw connections after server...
2017-07-20  Tom LaneDoc: clarify description of degenerate NATURAL joins.
2017-07-20  Tom LaneFix dumping of outer joins with empty qual lists.
2017-07-19  Tom LaneDoc: add missing note about permissions needed to chang...
2017-07-17  Tom LaneDoc: explain dollar quoting in the intro part of the...
2017-07-17  Tom LaneMerge large_object.sql test into largeobject.source.
2017-07-14  Heikki LinnakangasFix pg_basebackup output to stdout on Windows.
2017-07-13  Tom LaneFix dumping of FUNCTION RTEs that contain non-function...
2017-07-13  Heikki LinnakangasFix race between GetNewTransactionId and GetOldestActiv...
2017-07-12  Tom LaneFix ruleutils.c for domain-over-array cases, too.
2017-07-12  Heikki LinnakangasReduce memory usage of tsvector type analyze function.
2017-07-12  Heikki LinnakangasFix variable and type name in comment.
2017-07-12  Heikki LinnakangasRemove unnecessary braces, to match the surrounding...
2017-07-11  Tom LaneFix multiple assignments to a column of a domain type.
2017-07-10  Tom LaneOn Windows, retry process creation if we fail to reserv...
2017-07-10  Tom LaneDoc: clarify wording about tool requirements in sourcer...
2017-07-06  Teodor SigaevFix potential data corruption during freeze
2017-07-03  Heikki LinnakangasTreat clean shutdown of an SSL connection same as the...
2017-06-28  Tom LaneSecond try at fixing tcp_keepalives_idle option on...
2017-06-27  Tom LaneSupport tcp_keepalives_idle option on Solaris.
2017-06-27  Tom LaneRe-allow SRFs and window functions within sub-selects...
2017-06-26  Tom LaneDon't lose walreceiver start requests due to race condi...
2017-06-26  Tom LaneIgnore old stats file timestamps when starting the...
2017-06-22  Alvaro HerreraFix typo in comment
2017-06-21  Andres FreundFix possibility of creating a "phantom" segment after...
2017-06-20  Bruce Momjianpg_upgrade: start/stop new server after pg_resetwal
2017-06-19  Tom LaneFix materialized-view documentation oversights.
2017-06-19  Tom LaneOn Windows, make pg_dump use binary mode for compressed...
2017-06-16  Heikki LinnakangasFix dependency, when changing a function's argument...
2017-06-15  Tom LaneFix low-probability leaks of PGresult objects in the...
2017-06-15  Bruce Momjiandoc: remove mention of Windows junction points by...
next