]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-08-01  Tom LaneTry to deliver a sane message for _create_locale()...
2017-08-01  Peter Eisentrautdoc: Fix typo
2017-08-01  Tom LaneAllow creation of C/POSIX collations without depending...
2017-08-01  Tom LaneFurther improve consistency of configure's program...
2017-08-01  Dean RasheedComment fix for partition_rbound_cmp().
2017-07-31  Tatsuo IshiiFix comment.
2017-07-31  Peter EisentrautFix typo
2017-07-31  Peter EisentrautFix typo
2017-07-31  Heikki LinnakangasDoc: add v10 release notes entries for the DH parameter...
2017-07-31  Heikki LinnakangasAlways use 2048 bit DH parameters for OpenSSL ephemeral...
2017-07-31  Tom LaneDoc: specify that the minimum supported version of...
2017-07-31  Tom LaneRecord full paths of programs sought by "configure".
2017-07-31  Tom LaneTighten coding for non-composite case in plperl's retur...
2017-07-31  Stephen FrostFix function comment for dumpACL()
2017-07-31  Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-31  Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-31  Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-30  Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30  Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-07-28  Tom LaneInclude publication owner's name in the output of ...
2017-07-28  Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-07-28  Tom LanePL/Perl portability fix: avoid including XSUB.h in...
2017-07-27  Tom LaneFix psql tab completion for CREATE USER MAPPING.
2017-07-27  Tom LaneStandardize describe.c's behavior for no-matching-objec...
2017-07-27  Tom LaneAvoid use of sprintf/snprintf in describe.c.
2017-07-27  Tom LaneSync listDbRoleSettings() with the rest of the world.
2017-07-27  Tom LaneFix very minor memory leaks in psql's command.c.
2017-07-27  Andrew DunstanWork around Msys weakness in Testlib.pm's command_like()
2017-07-26  Tom LaneClean up SQL emitted by psql/describe.c.
2017-07-26  Alvaro HerreraUpdate copyright in recently added files
2017-07-26  Alvaro HerreraFix concurrent locking of tuple update chain
2017-07-26  Alvaro HerreraRemove obsolete comments about functional dependencies
2017-07-25  Alvaro HerreraMake PostgresNode easily subclassable
2017-07-25  Alvaro HerreraFix race conditions in replication slot operations
2017-07-24  Robert HaasFix partitioning crashes during error reporting.
2017-07-24  Tom LaneFix race condition in predicate-lock init code in EXEC_...
2017-07-24  Robert HaasWhen WCOs are present, disable direct foreign table...
2017-07-24  Tom LaneEnsure that pg_get_ruledef()'s output matches pg_get_vi...
2017-07-24  Tom LaneBe more consistent about errors for opfamily member...
2017-07-24  Noah MischMSVC: Finish clean.bat build artifact coverage.
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-22  Tom LaneImprove comments about partitioned hash table freelists.
2017-07-22  Tom LaneUpdate expected results for collate.linux.utf8 regressi...
2017-07-22  Alvaro HerreraFix typo in comment
2017-07-21  Tom LaneDoc: update versioning information in libpq.sgml.
2017-07-21  Robert Haaspg_rewind: Fix some problems when copying files >2GB.
2017-07-21  Tom LaneStabilize postgres_fdw regression tests.
2017-07-21  Robert Haaspg_rewind: Fix busted sanity check.
2017-07-21  Tom LaneRe-establish postgres_fdw connections after server...
2017-07-21  Teodor SigaevFix double shared memory allocation.
2017-07-21  Dean RasheedMake the new partition regression tests locale-independent.
2017-07-21  Dean RasheedUse MINVALUE/MAXVALUE instead of UNBOUNDED for range...
2017-07-20  Tom LaneIn v10 release notes, call out sequence changes as...
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 LaneAdd static assertions about pg_control fitting into...
2017-07-19  Tom LaneDoc: add missing note about permissions needed to chang...
2017-07-18  Tom LaneImprove make_tsvector() to handle empty input, and...
2017-07-18  Tom LaneFix serious performance problems in json(b) to_tsvector().
2017-07-18  Tom LaneDoc: fix thinko in v10 release notes.
2017-07-18  Robert HaasReverse-convert row types in ExecWithCheckOptions.
2017-07-18  Robert HaasUse a real RT index when setting up partition tuple...
2017-07-17  Tom LaneDoc: explain dollar quoting in the intro part of the...
2017-07-17  Andrew DunstanImprove legibility of numeric literal
2017-07-17  Tom LaneMerge large_object.sql test into largeobject.source.
2017-07-17  Andrew DunstanUse usleep instead of select for timeouts in PostgresNo...
2017-07-17  Robert Haashash: Fix write-ahead logging bugs related to init...
2017-07-17  Noah MischMSVC: Don't link libpgcommon into pgcrypto.
2017-07-16  Andrew Dunstanfix typo
2017-07-16  Andrew DunstanFix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
2017-07-15  Tom LaneImprove comments for execExpr.c's handling of FieldStor...
2017-07-15  Tom LaneImprove comments for execExpr.c's isAssignmentIndirecti...
2017-07-14  Alvaro Herrerapg_upgrade i18n: Fix "%s server/cluster" wording
2017-07-14  Tom LaneCode review for NextValueExpr expression node type.
2017-07-14  Tom LaneFix broken link-command-line ordering for libpgfeutils.
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  Alvaro HerreraFix typo in v10 release notes
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  Alvaro Herreracommit_ts test: Set node name in test
2017-07-12  Tom LaneAvoid integer overflow while sifting-up a heap in tuple...
2017-07-12  Heikki LinnakangasFix variable and type name in comment.
2017-07-12  Heikki LinnakangasFix ordering of operations in SyncRepWakeQueue to avoid...
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 LaneStamp 10beta2. REL_10_BETA2
2017-07-10  Alvaro HerreraTranslation updates
2017-07-10  Tom LaneOn Windows, retry process creation if we fail to reserv...
2017-07-10  Heikki LinnakangasFix missing tag in the docs.
2017-07-10  Heikki LinnakangasFix check for empty hostname.
2017-07-10  Andrew GierthFix COPY's handling of transition tables with indexes.
2017-07-10  Heikki LinnakangasAllow multiple hostaddrs to go with multiple hostnames.
2017-07-10  Tom LaneDoc: remove claim that PROVE_FLAGS defaults to '--verbose'.
2017-07-10  Tom LaneDoc: clarify wording about tool requirements in sourcer...
2017-07-10  Tom LaneDoc: desultory copy-editing for v10 release notes.
2017-07-09  Tom LaneDoc: update v10 release notes through today.
2017-07-09  Tom LaneDoc: fix backwards description of visibility map's...
next