]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2017-05-26 Tom LaneFix pg_dump to not emit invalid SQL for an empty operat...
2017-05-26 Magnus HaganderRemove docs mention of PGREALM variable
2017-05-24 Tom LaneTighten checks for whitespace in functions that parse...
2017-05-23 Magnus HaganderUpdate URLs in pgindent source and README
2017-05-21 Tom LaneFix precision and rounding issues in money multiplicati...
2017-05-21 Tom LaneChange documentation references to PG website to use...
2017-05-17 Tom LaneMake psql handle EOF during COPY FROM STDIN properly...
2017-05-15 Peter EisentrautFix new warnings from GCC 7
2017-05-12 Bruce Momjiandoc: update markup for release note "release date...
2017-05-12 Andrew DunstanAdd libxml2 include path for MSVC builds
2017-05-10 Peter Eisentrautpsql: Add missing translation markers
2017-05-08 Tom LaneStamp 9.2.21. REL9_2_21
2017-05-08 Tom LaneLast-minute updates for release notes.
2017-05-08 Noah MischMatch pg_user_mappings limits to information_schema...
2017-05-08 Noah MischAdd detail to PGREQUIRESSL documentation.
2017-05-08 Peter EisentrautTranslation updates
2017-05-08 Peter EisentrautAdd security checks to selectivity estimation functions
2017-05-07 Tom LaneRelease notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21.
2017-05-07 Tom LaneGuard against null t->tm_zone in strftime.c.
next