]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-12-12  Tom LaneAdd checks for valid multibyte character length in...
2021-12-12  Tom LaneUse return instead of exit() in configure
2017-11-06  Tom LaneStamp 9.2.24. REL9_2_24
2017-11-06  Tom LaneLast-minute updates for release notes.
2017-11-06  Noah Mischstart-scripts: switch to $PGUSER before opening $PGLOG.
2017-11-05  Peter EisentrautTranslation updates
2017-11-05  Tom LaneRelease notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3...
2017-11-02  Tom LaneDoc: update URL for check_postgres.
2017-10-27  Tom LaneDept of second thoughts: keep aliasp_item in sync with...
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-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-03  Alvaro HerreraFix coding rules violations in walreceiver.c
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-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.2.23. REL9_2_23
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-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-07  Tom LaneStamp 9.2.22. REL9_2_22
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-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  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-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-20  Tom LaneDoc: clarify description of degenerate NATURAL joins.
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-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-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-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 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  Tatsuo IshiiFix document bug regarding read only transactions.
2017-06-07  Michael MeskesFix docs to not claim ECPG's SET CONNECTION is not...
2017-06-06  Andres FreundUnify SIGHUP handling between normal and walsender...
2017-06-06  Andrew DunstanFix thinko in previous openssl change
2017-06-05  Andrew DunstanFind openssl lib files in right directory for MSVC
2017-06-01  Tom LaneAlways use -fPIC, not -fpic, when building shared libra...
2017-05-30  Tom LaneTry to ensure that stats collector's receive buffer...
2017-05-29  Tom LanePrevent running pg_resetwal/pg_resetxlog against wrong...
2017-05-29  Tom LaneAllow NumericOnly to be "+ FCONST".
2017-05-26  Tom LaneMove autogenerated array types out of the way during...
next