postgresql.git
2020-09-16 Tom LaneAvoid unnecessary recursion to child tables in ALTER...
2020-09-16 Tom LaneFix bogus cache-invalidation logic in logical replicati...
2020-09-14 Noah MischFix interpolation in test name.
2020-09-13 Tom LaneUse the properly transformed RangeVar for expandTableLi...
2020-09-12 Peter Eisentrautdoc: Don't hide the "Up" link when it is the same as...
2020-09-10 Tom LaneUse _exit(2) for SIGQUIT during ProcessStartupPacket...
2020-09-10 Peter Eisentrautdoc: Remove buggy ICU collation from documentation
2020-09-10 Magnus HaganderFix title in reference section
2020-09-10 Michael Paquierdoc: Fix some grammar and inconsistencies
2020-09-09 Tom LaneMake archiver's SIGQUIT handler exit via _exit().
2020-09-08 Alvaro HerreraCheck default partitions constraints while descending
2020-09-07 Michael Paquierdoc: Tweak sentence for pg_checksums when enabling...
2020-09-06 Tom LaneFix misleading error message about inconsistent moving...
2020-09-06 Tom LaneRemove useless lstat() call in pg_rewind.
2020-09-05 Tom LaneMake new authentication test case more robust.
2020-09-05 Tom LaneFix over-eager ping'ing in logical replication receiver.
2020-09-04 Andrew DunstanCollect attribute data on extension owned tables being...
2020-09-04 Bruce MomjianC comment: correct use of 64-"byte" cache line size
2020-09-04 Tom LaneFix rare deadlock failure in create_am regression test.
2020-09-03 Tom LaneAvoid lockup of a parallel worker when reporting a...
2020-09-02 Alvaro HerreraFix typo in comment
2020-09-01 Bruce Momjiandoc: clarify that max_wal_size is "during" checkpoints
2020-09-01 Alvaro HerreraRaise error on concurrent drop of partitioned index
2020-09-01 Tom LaneTeach libpq to handle arbitrary-length lines in .pgpass...
2020-08-31 Bruce Momjiandoc: add commas after 'i.e.' and 'e.g.'
2020-08-31 Bruce MomjianC comment: remove mention of use of t_hoff WAL structu...
2020-08-31 Bruce Momjianpg_upgrade doc: mention saving postgresql.conf.auto...
2020-08-31 Bruce Momjiandocs: in mapping SQL to C data types, timestamp isn...
2020-08-31 Bruce Momjiandoc: cross-link file-fdw and CSV config log sections
2020-08-31 Bruce Momjiandocs: clarify intermediate certificate creation instru...
2020-08-31 Bruce Momjiandocs: replace "stable storage" with "durable" in descr...
2020-08-31 Bruce Momjiandoc: improve description of subscripting of arrays
2020-08-31 Bruce Momjiandocs: improve 'capitals' inheritance example
2020-08-31 Bruce Momjiandoc: clarify the useful features of procedures
2020-08-31 Magnus HaganderFix docs bug stating file_fdw requires absolute paths
2020-08-30 Tom LaneMark factorial operator, and postfix operators in gener...
2020-08-27 Tom LaneFix code for re-finding scan position in a multicolumn...
2020-08-25 Bruce Momjiandocs: client certificates are always sent to the server
2020-08-25 Peter Eisentrautdoc: Fix up title case
2020-08-22 Tom LaneAvoid pushing quals down into sub-queries that have...
2020-08-22 Bruce Momjiandocs: improve description of how to handle multiple...
2020-08-21 Bruce Momjiandocs: add COMMENT examples for new features, rename...
2020-08-21 Tom LaneFix handling of CREATE TABLE LIKE with inheritance.
2020-08-20 David RowleyFix a few typos in JIT comments and README
2020-08-20 Alvaro HerreraRevise REINDEX CONCURRENTLY recovery instructions
2020-08-19 Tom LaneSuppress unnecessary RelabelType nodes in yet more...
2020-08-18 Heikki LinnakangasAvoid non-constant format string argument to fprintf().
2020-08-17 Alvaro HerreraDisable autovacuum for BRIN test table
2020-08-17 Tom LaneDoc: fix description of UNION/CASE/etc type unification.
2020-08-17 Heikki LinnakangasFix printing last progress report line in client programs.
2020-08-17 Michael Paquierdoc: Fix description about bgwriter and checkpoint...
2020-08-15 Noah MischMove new LOCKTAG_DATABASE_FROZEN_IDS to end of enum...
2020-08-15 Noah MischPrevent concurrent SimpleLruTruncate() for any given...
2020-08-15 Tom LaneBe more careful about the shape of hashable subplan...
2020-08-14 Alvaro Herrerapg_dump: fix dependencies on FKs to partitioned tables
2020-08-14 Tom LaneFix postmaster's behavior during smart shutdown.
2020-08-14 Heikki LinnakangasFix typo in test comment.
2020-08-13 Alvaro HerreraHandle new HOT chains in index-build table scans
2020-08-12 Alvaro HerreraBRIN: Handle concurrent desummarization properly
2020-08-10 Tom LaneStamp 12.4. REL_12_4
2020-08-10 Tom LaneLast-minute updates for release notes.
2020-08-10 Noah MischDocument clashes between logical replication and untrus...
2020-08-10 Noah MischEmpty search_path in logical replication apply worker...
2020-08-10 Noah MischMove connect.h from fe_utils to src/include/common.
2020-08-10 Tom LaneMake contrib modules' installation scripts more secure.
2020-08-10 Peter EisentrautTranslation updates
2020-08-09 Tom LaneCheck for fseeko() failure in pg_dump's _tarAddFile().
2020-08-09 Tom LaneRelease notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.
2020-08-08 Alvaro Herrerawalsnd: Don't set waiting_for_ping_response spuriously
2020-08-07 Etsuro FujitaFix yet another issue with step generation in partition...
2020-08-06 Tom LaneFirst-draft release notes for 12.4.
2020-08-06 Robert HaasFix typo.
2020-08-06 Robert HaasFix minor problems with non-exclusive backup cleanup.
2020-08-05 Bruce Momjiandoc: clarify "state" table reference in tutorial
2020-08-05 Tom LaneFix matching of sub-partitions when a partitioned plan...
2020-08-04 Tom LaneIncrease hard-wired timeout values in ecpg regression...
2020-08-03 Tom LaneDoc: fix obsolete info about allowed range of TZ offset...
2020-08-03 Thomas MunroFix rare failure in LDAP tests.
2020-07-31 Peter GeogheganRestore lost amcheck TOAST test coverage.
2020-07-31 Tom LaneFix recently-introduced performance problem in ts_headl...
2020-07-30 Tatsuo IshiiDoc: fix high availability solutions comparison.
2020-07-30 Michael Paquierdoc: Mention index references in pg_inherits
2020-07-28 David RowleyDoc: Improve documentation for pg_jit_available()
2020-07-28 Etsuro FujitaFix some issues with step generation in partition pruning.
2020-07-27 Michael PaquierFix corner case with 16kB-long decompression in pgcrypt...
2020-07-27 Michael PaquierFix handling of structure for bytea data type in ECPG
2020-07-25 Amit KapilaFix buffer usage stats for nodes above Gather Merge.
2020-07-23 Tom LaneFix ancient violation of zlib's API spec.
2020-07-23 Peter Eisentrautdoc: Document that ssl_ciphers does not affect TLS 1.3
2020-07-23 Thomas MunroFix error message.
2020-07-22 Michael PaquierRevert "Fix corner case with PGP decompression in pgcrypto"
2020-07-22 Michael PaquierFix corner case with PGP decompression in pgcrypto
2020-07-21 Tom Laneneqjoinsel must now pass through collation to eqjoinsel.
2020-07-21 Tom LaneAssert that we don't insert nulls into attnotnull catal...
2020-07-21 Tom LaneAvoid direct C access to possibly-null pg_subscription_...
2020-07-20 Tom LaneKluge slot_compile_deform() to ignore incorrect attnotn...
2020-07-20 Tom LaneFix construction of updated-columns bitmap in logical...
2020-07-18 Michael Paquierdoc: Refresh more URLs in the docs
2020-07-18 Michael Paquierdoc: Fix description of \copy for psql
2020-07-17 Tom LaneCope with data-offset-less archive files during out...
next