]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-10-15  Bruce Momjiandoc: improve description of synchronous_commit modes
2020-10-15  Tom LaneIn the postmaster, rely on the signal infrastructure...
2020-10-12  Tom LaneFix memory leak when guc.c decides a setting can't...
2020-10-07  Tom LaneFix optimization hazard in gram.y's makeOrderedSetArgs...
2020-10-07  Tom LaneRethink recent fix for pg_dump's handling of extension...
2020-10-06  Bruce Momjianpg_upgrade: remove pre-8.4 code and >= 8.4 check
2020-10-06  Bruce Momjianpg_upgrade; change major version comparisons to use...
2020-10-05  Bruce Momjiandoc: show functions returning record types and use...
2020-10-05  Tom LaneFix two latent(?) bugs in equivclass.c.
2020-10-03  Bruce Momjiandoc: libpq connection options can override command...
2020-10-03  Bruce Momjiandoc: clarify the use of ssh port forwarding
2020-09-30  Tom LaneFix handling of BC years in to_date/to_timestamp.
2020-09-29  Fujii MasaoArchive timeline history files in standby if archive_mo...
2020-09-26  Tom LaneRevise RelationBuildRowSecurity() to avoid memory leaks.
2020-09-24  Tom LaneFix handling of -d "connection string" in pg_dump/pg_re...
2020-09-23  Thomas MunroFix missing fsync of SLRU directories.
2020-09-23  Tom LaneAvoid possible dangling-pointer access in tsearch_readl...
2020-09-18  Tom LaneUse factorial rather than numeric_fac in create_operato...
2020-09-14  Noah MischFix race in test of pg_switch_wal().
2020-09-13  Tom LaneUse the properly transformed RangeVar for expandTableLi...
2020-09-10  Tom LaneUse _exit(2) for SIGQUIT during ProcessStartupPacket...
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  Peter EisentrautUse return instead of exit() in configure
2020-09-06  Tom LaneFix misleading error message about inconsistent moving...
2020-09-06  Tom LaneRemove useless lstat() call in pg_rewind.
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-01  Bruce Momjiandoc: clarify that max_wal_size is "during" checkpoints
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  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-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  Tom LaneFix handling of CREATE TABLE LIKE with inheritance.
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  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  Tom LaneFix postmaster's behavior during smart shutdown.
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 9.6.19. REL9_6_19
2020-08-10  Tom LaneLast-minute updates for release notes.
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-05  Bruce Momjiandoc: clarify "state" table reference in tutorial
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-07-31  Tom LaneFix recently-introduced performance problem in ts_headl...
2020-07-30  Tatsuo IshiiDoc: fix high availability solutions comparison.
2020-07-29  Peter GeogheganBackpatch tuplesort.c assertion.
2020-07-27  Michael PaquierFix corner case with 16kB-long decompression in pgcrypt...
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-18  Michael Paquierdoc: Refresh more URLs in the docs
2020-07-17  Tom LaneEnsure that distributed timezone abbreviation files...
2020-07-16  Michael PaquierSwitch pg_test_fsync to use binary mode on Windows
2020-07-16  Tom LaneReplace use of sys_siglist[] with strsignal().
2020-07-15  Michael PaquierFix handling of missing files when using pg_rewind...
2020-07-14  David RowleyFix timing issue with ALTER TABLE's validate constraint
2020-07-14  Tom LaneCope with lateral references in the quals of a subquery...
2020-07-11  Tom LaneAvoid trying to restore table ACLs and per-column ACLs...
2020-07-10  Tom LaneDoc: update or remove dead external links.
2020-07-09  Tom LaneTighten up Windows CRLF conversion in our TAP test...
2020-07-05  Michael Paquierdoc: Fix incorrect reference to textout in plpgsql...
2020-07-03  Tom LaneClamp total-tuples estimates for foreign tables to...
2020-07-03  Tom LaneFix temporary tablespaces for shared filesets some...
2020-07-03  Magnus HaganderFix temporary tablespaces for shared filesets
2020-06-30  Bruce Momjiandoc: clarify that storage parameter values are optional
2020-06-30  Bruce Momjiandoc: change pg_upgrade wal_level to be not minimal
2020-06-28  Noah MischFix documentation of "must be vacuumed within" warning.
2020-06-25  Bruce Momjiandoc: mention trigger helper functions in CREATE TRIGGE...
2020-06-25  Bruce Momjiandocs: clarify that CREATE DATABASE does not copy db...
2020-06-24  Tom LaneFix compiler warning induced by commit d8b15eeb8.
2020-06-22  Tom LaneUndo double-quoting of index names in non-text EXPLAIN...
2020-06-19  Alvaro HerreraEnsure write failure reports no-disk-space
2020-06-19  Tom LaneFuture-proof regression tests against possibly-missing...
2020-06-18  Andres FreundFix C99isms introduced when backpatching atomics /...
next