]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-11-19  Michael PaquierImprove psql tab completion for transforms, domains...
2021-11-18  Tom LaneUse appropriate -Wno-warning switches when compiling...
2021-11-18  Michael PaquierFix quoting of ACL item in table for upgrade binary...
2021-11-18  Michael PaquierAdd table to regression tests for binary-compatibility...
2021-11-18  Tom LaneProvide a variant of simple_prompt() that can be interr...
2021-11-17  Tom LaneAdd a planner support function for starts_with().
2021-11-17  Tom LaneClean up error handling in pg_basebackup's walmethods.c.
2021-11-17  Tom LaneHandle close() failures more robustly in pg_dump and...
2021-11-17  Tom LaneFix display of SQL-standard function's arguments in...
2021-11-17  Daniel GustafssonImprove publication error messages
2021-11-17  Daniel GustafssonDoc: add see-also references to CREATE PUBLICATION.
2021-11-17  Peter EisentrautFix incorrect format placeholders
2021-11-17  Michael PaquierRemove global variable "LastRec" in xlog.c
2021-11-16  Alvaro HerreraFix headerscheck failure in replication/worker_internal.h
2021-11-16  Robert HaasMove InitXLogInsert() call from InitXLOGAccess() to...
2021-11-16  Amit KapilaInvalidate relcache when changing REPLICA IDENTITY...
2021-11-15  Robert HaasFix thinko in bbsink_throttle_manifest_contents.
2021-11-13  Peter GeogheganExplain pruning pgstats accounting subtleties.
2021-11-12  Daniel GustafssonDocument PG_TEST_NOCLEAN in TAP test README
2021-11-12  Tom LaneMake psql's \password default to CURRENT_USER, not...
2021-11-12  Tom Lanepostgres_fdw: suppress casts on constants in limited...
2021-11-12  Andrew DunstanReport found versions of required perl modules
2021-11-12  Michael PaquierFix memory overrun when querying pg_stat_slru
2021-11-12  Noah MischReport any XLogReadRecord() error in XlogReadTwoPhaseDa...
2021-11-11  Peter GeogheganUpdate heap_page_prune() free space map comments.
2021-11-11  Peter GeogheganUpdate another obsolete reference in vacuumlazy.c.
2021-11-11  Robert HaasImprove performance of pgarch_readyXlog() with many...
2021-11-11  Tom LaneFall back to unsigned int, not int, for socklen_t.
2021-11-11  Alvaro HerreraRestore lock level to set vacuum flags
2021-11-11  Peter Eisentrautdoc: Add referential actions to CREATE/ALTER TABLE...
2021-11-11  Michael PaquierFix buffer overrun in unicode string normalization...
2021-11-11  Michael PaquierClean up compilation warnings coming from PL/Perl with...
2021-11-10  Tom LaneDoc: improve protocol spec for logical replication...
2021-11-10  Robert HaasFix thinko in assertion in basebackup.c.
2021-11-10  Robert HaasMore cleanup of 'ThisTimeLineID'.
2021-11-10  Peter EisentrautFix incorrect format placeholders
2021-11-10  Michael PaquierImprove error messages for some callers of XLogReadRecord()
2021-11-10  Jeff DavisAdd pg_checkpointer predefined role for CHECKPOINT...
2021-11-09  Tom LaneFix instability in 026_overwrite_contrecord.pl test.
2021-11-09  Robert HaasHave the server properly terminate tar archives.
2021-11-09  Peter EisentrautRemove check for accept() argument types
2021-11-09  Michael PaquierMake some comments use the term "ProcSignal" for consis...
2021-11-09  Fujii Masaodoc: Add index entries for pg_stat_statements configura...
2021-11-09  Amit KapilaRename some enums to use TABLE instead of REL.
2021-11-08  Robert HaasMinimal fix for unterminated tar archive problem.
2021-11-08  Tom LaneFix incorrect format placeholder.
2021-11-08  Tom Lanelibpq: reject extraneous data after SSL or GSS encrypti...
2021-11-08  Tom LaneReject extraneous data after SSL or GSS encryption...
2021-11-08  David RowleyFix incorrect hash equality operator bug in Memoize
2021-11-08  Tomas VondraFix gist_bool_ops to use gbtreekey2
2021-11-07  Robert HaasRemove tests added by bd807be6935929bdefe74d1258ca08048...
2021-11-07  Tom LaneSilence uninitialized-variable warning.
2021-11-07  Tom Lanecontrib/sslinfo needs a fix too to make hamerkop happy.
2021-11-06  Tom LaneDoc: add some notes about performance of the List funct...
2021-11-06  Andres Freundwindows: Remove use of WIN32_LEAN_AND_MEAN from crashdu...
2021-11-06  Tom LaneBlind attempt to fix MSVC pgcrypto build.
2021-11-06  Tom LaneDisallow making an empty lexeme via array_to_tsvector().
2021-11-06  Tom LaneSecond attempt to silence SSL compile failures on hamerkop.
2021-11-06  Alexander KorotkovReset lastOverflowedXid on standby when needed
2021-11-06  Tom LaneUn-break pg_basebackup's MSVC build.
2021-11-06  Tomas VondraAdd bool GiST opclass to btree_gist
2021-11-06  Tomas VondraMark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY
2021-11-06  Peter GeogheganUpdate obsolete reference in vacuumlazy.c.
2021-11-06  Tomas VondraFix handling of NaN values in BRIN minmax multi
2021-11-05  Peter GeogheganUpdate obsolete heap pruning comments.
2021-11-05  Robert HaasChange ThisTimeLineID from a global variable to a local...
2021-11-05  Robert HaasRemove all use of ThisTimeLineID global variable outsid...
2021-11-05  Robert HaasDon't set ThisTimeLineID when there's no reason to...
2021-11-05  Alvaro HerreraAvoid crash in rare case of concurrent DROP
2021-11-05  Alvaro HerreraDocument that ALTER TABLE .. TYPE removes statistics
2021-11-05  Alvaro HerreraPipeline mode disallows multicommand strings
2021-11-05  Alvaro HerreraDocument default and changeability of log_startup_progr...
2021-11-05  Robert HaasIntroduce 'bbstreamer' abstraction to modularize pg_bas...
2021-11-05  Alvaro HerreraReword doc blurb for vacuumdb --analyze-in-stages
2021-11-05  Robert HaasIntroduce 'bbsink' abstraction to modularize base backu...
2021-11-05  Robert Haasamcheck: Add additional TOAST pointer checks.
2021-11-05  Peter Eisentrautpgcrypto: Remove non-OpenSSL support
2021-11-05  Michael PaquierImprove psql tab completion for COMMENT
2021-11-05  Peter GeogheganAdd hardening to catch invalid TIDs in indexes.
2021-11-05  Michael PaquierAdd support for LZ4 compression in pg_receivewal
2021-11-05  Peter GeogheganAdd various assertions to heap pruning code.
2021-11-04  Michael PaquierFix some thinkos with pg_receivewal --compression-method
2021-11-04  Michael PaquierRework compression options of pg_receivewal
2021-11-04  Peter GeogheganAdd another old commit to git-blame-ignore-revs.
2021-11-03  Heikki LinnakangasUpdate alternative expected output file.
2021-11-03  Heikki LinnakangasFix snapshot reference leak if lo_export fails.
2021-11-03  Peter EisentrautFix incorrect format placeholder
2021-11-03  Peter GeogheganFix parallel amvacuumcleanup safety bug.
2021-11-02  Tom LaneBlind attempt to silence SSL compile failures on hamerkop.
2021-11-02  Peter GeogheganDon't overlook indexes during parallel VACUUM.
2021-11-02  Tom LaneEnsure consistent logical replication of datetime and...
2021-11-02  Tom LaneFix variable lifespan in ExecInitCoerceToDomain().
2021-11-02  Tom LaneDoc: clean up some places that mentioned template1...
2021-11-02  Tom LaneDoc: be more precise about conflicts between relation...
2021-11-02  Tom LaneAvoid O(N^2) behavior in SyncPostCheckpoint().
2021-11-02  Fujii Masaopgbench: Fix typo in comment.
2021-11-02  Fujii Masaopgbench: Improve error-handling in pgbench.
2021-11-02  Amit KapilaMove MarkCurrentTransactionIdLoggedIfAny() out of the...
2021-11-02  Amit KapilaReplace XLOG_INCLUDE_XID flag with a more localized...
2021-11-01  Daniel GustafssonReplace unicode characters in comments with ascii
next