postgresql-pgindent.git
2020-03-29 Tom LaneDoc: correct misstatement about ltree label maximum...
2020-03-28 Tom LaneProtect against overflow of ltree.numlevel and lquery...
2020-03-28 Andres FreundEnsure snapshot is registered within ScanPgRelation().
2020-03-26 Tom LaneEnsure that plpgsql cleans up cleanly during parallel...
2020-03-26 Peter EisentrautDrop slot's LWLock before returning from SaveSlotToPath()
2020-03-23 Tom LaneDoc: explain that LIKE et al can be used in ANY (sub...
2020-03-23 Tom LaneFix our getopt_long's behavior for a command line argum...
2020-03-23 Michael PaquierDoc: Fix type of some storage parameters in CREATE...
2020-03-22 Noah MischRevert "Skip WAL for new relfilenodes, under wal_level...
2020-03-21 Noah MischSkip WAL for new relfilenodes, under wal_level=minimal.
2020-03-21 Noah MischBack-patch log_newpage_range().
2020-03-21 Noah MischDuring heap rebuild, lock any TOAST index until end...
2020-03-21 Noah MischFix cosmetic blemishes involving rd_createSubid.
2020-03-21 Bruce Momjiandocs: use alias in WHERE clause of full text search...
2020-03-20 Andrew DunstanTurn off deprecated bison warnings under MSVC
2020-03-19 Bruce Momjianpg_upgrade: make get_major_server_version() err msg...
2020-03-18 Amit KapilaAdd missing errcode() in a few ereport calls.
2020-03-17 Tom LaneDoc: clarify behavior of "anyrange" pseudo-type.
2020-03-17 Tom LaneAvoid holding a directory FD open across assorted SRF...
2020-03-16 Alvaro HerreraPlug memory leak
2020-03-14 Bruce MomjianC comment: correct commented bytes of max_cached_tuplebufs
2020-03-14 Tom LaneRestructure polymorphic-type resolution in funcapi.c.
2020-03-13 Peter EisentrautPreserve replica identity index across ALTER TABLE...
2020-03-12 Thomas MunroFix nextXid tracking bug on standbys (9.5-11 only).
2020-03-11 Alvaro HerreraAdd pg_dump support for ALTER obj DEPENDS ON EXTENSION
2020-03-11 Alvaro HerreraAvoid duplicates in ALTER ... DEPENDS ON EXTENSION
2020-03-09 Tom LaneFix pg_dump/pg_restore to restore event triggers later.
2020-03-09 Fujii MasaoFix bug that causes to report waiting in PS display...
2020-03-09 Fujii MasaoAvoid assertion failure with targeted recovery in stand...
2020-03-03 Fujii MasaoFix the name of the first WAL segment file, in docs.
2020-02-27 Michael Paquiercreatedb: Fix quoting of --encoding, --lc-ctype and...
2020-02-19 Tom LaneFix confusion about event trigger vs. plain function...
2020-02-19 Fujii MasaoFix mesurement of elapsed time during truncating heap...
2020-02-19 Amit KapilaStop demanding that top xact must be seen before subxac...
2020-02-17 Tom LaneTeach pg_dump to dump comments on RLS policy objects.
2020-02-12 Tom LaneDoc: fix old oversights in GRANT/REVOKE documentation.
2020-02-11 Peter EisentrautDocument the pg_upgrade -j/--jobs option as taking...
2020-02-10 Tom LaneStamp 9.6.17. REL9_6_17
2020-02-10 Tom LaneLast-minute updates for release notes.
2020-02-10 Alvaro Herreracreateuser: fix parsing of --connection-limit argument
2020-02-10 Alvaro HerreraFix priv checks for ALTER <object> DEPENDS ON EXTENSION
2020-02-10 Peter EisentrautTranslation updates
2020-02-10 Michael PaquierRevert "pg_upgrade: Fix quoting of some arguments in...
2020-02-10 Amit Kapiladoc: Spell checking
2020-02-10 Michael Paquierpg_upgrade: Fix quoting of some arguments in pg_ctl...
2020-02-09 Tom LaneRevert "docs: change "default role" wording to "predefi...
2020-02-09 Tom LaneRelease notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21...
2020-02-06 Fujii MasaoAdd note about access permission checks by inherited...
2020-02-06 Amit KapilaFix typo.
2020-02-05 Noah MischWhen a TAP file has non-zero exit status, retain tempor...
2020-02-03 Fujii MasaoRevert commit 928e755d22.
2020-02-01 Thomas MunroFix memory leak on DSM slot exhaustion.
2020-01-31 Tom LaneFix CheckAttributeType's handling of collations for...
2020-01-31 Tom LaneFix parallel pg_dump/pg_restore for failure to create...
2020-01-30 Fujii MasaoMake inherited TRUNCATE perform access permission check...
2020-01-26 Tom LaneIn postgres_fdw, don't try to ship MULTIEXPR updates...
2020-01-23 Tom LaneFix an oversight in commit 4c70098ff.
2020-01-23 Tom LaneClean up formatting.c's logic for matching constant...
2020-01-22 Michael PaquierFix concurrent indexing operations with temporary tables
2020-01-21 Andres FreundFix edge case leading to agg transitions skipping ExecA...
2020-01-21 Michael PaquierAdd GUC variables for stat tracking and timeout as...
2020-01-20 Tom LaneFix pg_dump's sigTermHandler() to use _exit() not exit().
2020-01-20 Heikki LinnakangasFix crash in BRIN inclusion op functions, due to missin...
2020-01-17 Tom LaneRepair more failures with SubPlans in multi-row VALUES...
2020-01-17 Alvaro HerreraSet ReorderBufferTXN->final_lsn more eagerly
2020-01-14 Bruce Momjiandocs: change "default role" wording to "predefined...
2020-01-14 Dean RasheedMake rewriter prevent auto-updates on views with condit...
2020-01-12 Tom LaneFix edge-case crashes and misestimation in range contai...
2020-01-10 Michael Paquierdoc: Fix naming of SELinux
2020-01-08 Michael PaquierRevert "Forbid DROP SCHEMA on temporary namespaces"
2020-01-02 Amit KapilaFix running out of file descriptors for spill files.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-12-27 Bruce Momjiandoc: add examples of creative use of unique expression...
2019-12-27 Bruce Momjiandocs: clarify infinite range values from data-type...
2019-12-27 Michael PaquierForbid DROP SCHEMA on temporary namespaces
2019-12-24 Thomas MunroRotate instead of shifting hash join batch number.
2019-12-23 Joe ConwayDisallow null category in crosstab_hash
2019-12-23 Tom LanePrevent a rowtype from being included in itself via...
2019-12-22 Tom LaneAvoid low-probability regression test failures in times...
2019-12-21 Tom LaneIn pgwin32_open, loop after ERROR_ACCESS_DENIED only...
2019-12-21 Bruce Momjiandocs: clarify handling of column lists in COPY TO...
2019-12-20 Tom Lanelibpq should expose GSS-related parameters even when...
2019-12-17 Tom LaneFix error reporting for index expressions of prohibited...
2019-12-16 Tom LaneOn Windows, wait a little to see if ERROR_ACCESS_DENIED...
2019-12-12 Tom LaneFix EXTRACT(ISOYEAR FROM timestamp) for years BC.
2019-12-12 Tom LaneRemove redundant function calls in timestamp[tz]_part().
2019-12-11 Tom LaneDoc: back-patch documentation about limitations of...
2019-12-09 Tom LaneFix race condition in our Windows signal emulation.
2019-12-09 Tom LaneImprove isolationtester's timeout management.
2019-12-08 Noah MischDocument search_path security with untrusted dbowner...
2019-12-03 Tomas VondraEnsure maxlen is at leat 1 in dict_int
2019-12-01 Tom LaneFix misbehavior with expression indexes on ON COMMIT...
2019-11-30 Tomas VondraFix off-by-one error in PGTYPEStimestamp_fmt_asc
2019-11-27 Etsuro FujitaFix typo in comment.
2019-11-26 Amit KapilaDon't shut down Gather[Merge] early under Limit.
2019-11-24 Tom LaneAvoid assertion failure with LISTEN in a serializable...
2019-11-24 Tom LaneStabilize NOTIFY behavior by transmitting notifies...
2019-11-23 Tom LaneImprove test coverage for LISTEN/NOTIFY.
2019-11-21 Tom LaneDefend against self-referential views in relation_is_up...
2019-11-19 Alexander KorotkovRevise GIN README
next