]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-09-19  Robert Haaswalmethods.c/h: Make WalWriteMethod more object-oriented.
2022-09-19  Tom LaneFuture-proof the recursion inside ExecShutdownNode().
2022-09-19  Robert Haaswalmethods.c/h: Make Walfile a struct, rather than...
2022-09-19  Peter EisentrautAdd missing serial commas
2022-09-19  Amit KapilaFix typos.
2022-09-19  John NaylorFix typos referring to PGPROC
2022-09-18  Peter GeogheganHarmonize missed reorderbuffer parameter names.
2022-09-18  Michael PaquierRemove unused argument "isSlice" from transformAssignme...
2022-09-18  Peter GeogheganHarmonize reorderbuffer parameter names.
2022-09-17  Peter GeogheganMake check_usermap() parameter names consistent.
2022-09-17  Andres FreundInclude c.h instead of postgres.h in src/port/*p{read...
2022-09-17  Andres FreundRemove DLLTOOL, DLLWRAP from configure / Makefile.global.in
2022-09-17  Andres Freundpgstat: Create memory contexts below TopMemoryContext
2022-09-17  Michael PaquierFix huge_pages on Windows
2022-09-17  Peter EisentrautMessage style improvements
2022-09-16  Andres FreundFix race condition in stats.sql added in 5264add7847
2022-09-16  Tom LaneImprove plpgsql's ability to handle arguments declared...
2022-09-16  Andres Freundaix: xlc: Use -Wl,-b,expfull for old compiler versions
2022-09-16  Tom LaneClean up minor inconsistencies in pg_attribute_printf...
2022-09-16  Peter EisentrautMessage wording improvements
2022-09-16  Peter Eisentrautpostgres_fdw: Remove useless DO block in test
2022-09-16  Peter EisentrautAdjust assorted hint messages that list all valid options.
2022-09-16  Peter EisentrautFix createdb tests for C locale
2022-09-16  Peter EisentrautDon't allow creation of database with ICU locale with...
2022-09-15  Tom LaneDetect format-string mistakes in the libpq_pipeline...
2022-09-15  Alvaro HerreraCopy-edit docs for logical replication column lists
2022-09-15  Tom LaneRevert ill-considered change in pg_resetwal output.
2022-09-15  Noah MischReset InstallXLogFileSegmentActive after walreceiver...
2022-09-15  John NaylorFix grammar in error message
2022-09-15  John NaylorBlind attempt to fix LLVM dependency in the backend
2022-09-14  Tom LaneUse the terminology "WAL file" not "log file" more...
2022-09-14  David RowleyFix outdated convert_saop_to_hashed_saop comment
2022-09-14  Peter EisentrautSmall wording improvements
2022-09-14  Tom LaneDoc: add some doco about using the libpq_pipeline test...
2022-09-14  Daniel Gustafssonpgcrypto: Remove unused code
2022-09-14  Peter EisentrautUpdate .gitignore
2022-09-14  Tom LaneUse SIGNAL_ARGS consistently to declare signal handlers.
2022-09-14  Peter EisentrautRun xmllint validation only once
2022-09-14  Daniel GustafssonHandle SIGTERM in pg_receivewal and pg_recvlogical
2022-09-14  Alvaro HerreraAdd subxid-overflow "isolation" test
2022-09-14  Alvaro HerreraRemove duplicate initialization
2022-09-14  Etsuro Fujitapostgres_fdw: Avoid 'variable not found in subplan...
2022-09-14  John NaylorFix failure to build gramparse.h standalone in vpath...
2022-09-14  Michael PaquierFix incorrect value for "strategy" with deflateParams...
2022-09-14  Amit KapilaFix typo in pgbench.c.
2022-09-14  John NaylorBump minimum Perl version to 5.14
2022-09-14  John NaylorMove gramparse.h to src/backend/parser
2022-09-14  Michael PaquierSimplify handling of compression level with compression...
2022-09-13  Tom LaneSplit up guc.c for better build speed and ease of maint...
2022-09-13  Peter EisentrautDon't reflect unescaped cert data to the logs
2022-09-13  Peter Eisentrautpg_clean_ascii(): escape bytes rather than lose them
2022-09-13  Peter EisentrautMake locale option behavior more consistent
2022-09-13  Alvaro HerreraImprove wal_decode_buffer_size description some more
2022-09-13  Alvaro HerreraRemove useless pstrdups in untransformRelOptions
2022-09-13  John NaylorAdjust header exceptions for 0bd9c6297
2022-09-13  John NaylorTreat Unicode codepoints of category "Format" as non...
2022-09-13  Michael PaquierRename macro related to pg_backup_stop()
2022-09-13  Michael PaquierMove any remaining files generated by pg_upgrade into...
2022-09-12  David RowleyDon't reference out-of-bounds array elements in brin_mi...
2022-09-12  Daniel Gustafssondoc: Fix link to FreeBSD documentation project
2022-09-12  Heikki LinnakangasUse normal install program to install server headers.
2022-09-12  Peter EisentrautRevert "Convert *GetDatum() and DatumGet*() macros...
2022-09-12  Peter EisentrautConvert *GetDatum() and DatumGet*() macros to inline...
2022-09-12  Daniel GustafssonFix NaN comparison in circle_same test
2022-09-12  Peter Eisentrautpgstattuple: Use double consistently for percentages
2022-09-12  Peter EisentrautUse float8 datatype for percentiles in pg_walinspect...
2022-09-12  Amit KapilaMake the tablesync worker's replication origin drop...
2022-09-12  Peter EisentrautAssorted examples of expanded type-safer palloc/pg_mall...
2022-09-12  Peter EisentrautExpand palloc/pg_malloc API for more type safety
2022-09-12  John NaylorMake eval statement naturally proof against perltidy
2022-09-12  Michael PaquierReplace loading of ldap_start_tls_sA() by direct functi...
2022-09-10  Tom LaneDoc: improve explanation of when custom GUCs appear...
2022-09-10  Michael PaquierAdd psql tab compression for ALTER TABLE .. { OF |...
2022-09-10  Michael PaquierFree correctly LDAPMessage returned by ldap_search_s...
2022-09-10  Andres Freundconfigure: Expand -fvisibility checks to more compilers...
2022-09-10  Andres Freundaix: No need to use mkldexport when we want to export...
2022-09-09  Tom LaneFix possible omission of variable storage markers in...
2022-09-09  Tom LaneDoc: improve documentation about where the psqlrc files...
2022-09-09  Tom LaneReject bogus output from uuid_create(3).
2022-09-09  Alvaro HerreraDoc fixes for MERGE statement
2022-09-09  Alvaro HerreraFix GetForeignKey*Triggers for self-referential FKs
2022-09-09  John NaylorBump minimum version of Flex to 2.5.35
2022-09-09  John NaylorBump minimum version of Bison to 2.3
2022-09-09  John NaylorAdd jsonpath_gram.h to list of distprep targets
2022-09-09  Michael PaquierReplace load of functions by direct calls for some...
2022-09-09  Michael PaquierAdd more error context to RestoreBlockImage() and consu...
2022-09-08  Peter GeogheganInstrument freezing in autovacuum log reports.
2022-09-08  David RowleyTemporarily make MemoryContextContains return false
2022-09-08  Alvaro HerreraChoose FK name correctly during partition attachment
2022-09-08  Thomas MunroFix recovery_prefetch with low maintenance_io_concurrency.
2022-09-08  Alvaro HerreraFix perltidy breaking perlcritic
2022-09-08  Daniel Gustafssondoc: Fix PL/pgSQL casing to be consistent
2022-09-08  John NaylorAdd b2e6e7682 to .git-blame-ignore-revs
2022-09-08  John NaylorRun perltidy over Catalog.pm
2022-09-08  John NaylorParse catalog .dat files as a whole when compiling...
2022-09-08  Amit KapilaFix the test case introduced by commit 8756930190.
2022-09-08  Amit KapilaRaise a warning if there is a possibility of data from...
2022-09-07  Alvaro HerreraMessage style fixes
2022-09-07  David RowleyMake MemoryContextContains work correctly again
2022-09-07  Peter EisentrautRenumber confusing value for GUC_UNIT_BYTE
next