]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2017-05-07 Tom LaneInstall the "posixrules" timezone link in MSVC builds.
2017-05-07 Tom LaneRestore fullname[] contents before falling through...
2017-05-06 Tom LaneDocument current_role.
2017-05-05 Alvaro HerreraAllow MSVC to build with Tcl 8.6.
2017-05-05 Heikki LinnakangasGive nicer error message when connecting to a v10 serve...
2017-05-05 Peter EisentrautFix cursor_to_xml in tableforest false mode
2017-05-03 Tom LaneImprove performance of timezone loading, especially...
2017-05-02 Tom LaneEnsure commands in extension scripts see the results...
2017-05-01 Tom LaneUpdate time zone data files to tzdata release 2017b.
2017-04-30 Tom LaneSync our copy of the timezone library with IANA release...
2017-04-28 Robert HaasFix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
2017-04-23 Tom LaneFix order of arguments to SubTransSetParent().
2017-04-21 Tom LaneAvoid depending on non-POSIX behavior of fcntl(2).
2017-04-17 Tom LaneSupport OpenSSL 1.1.0 in 9.3 and 9.2.
2017-04-17 Tom LaneBack-patch 9.4-era SSL renegotiation code into 9.3...
2017-04-15 Tom LaneProvide a way to control SysV shmem attach address...
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-06 Joe ConwaySilence compiler warning in sepgsql
2017-04-06 Heikki LinnakangasRemove dead code and fix comments in fast-path function...
2017-03-30 Fujii MasaoSimplify the example of VACUUM in documentation.
2017-03-26 Tom LaneFix unportable disregard of alignment requirements...
2017-03-24 Heikki LinnakangasRevert Windows service check refactoring, and replace...
next