]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-09-20  Tom LaneRevise tree-walk APIs to improve spec compliance &...
2022-09-20  Peter GeogheganFix recent cpluspluscheck issue in selfuncs.h.
2022-09-20  Peter GeogheganHarmonize more parameter names in bulk.
2022-09-20  Andres FreundRefactor PG_TEST_EXTRA logic in autoconf build
2022-09-20  Jeff DavisImprove comment for OAT_POST_CREATE.
2022-09-20  Alvaro HerreraFix `trap` in a few shell scripts
2022-09-20  Tom LaneSuppress variable-set-but-not-used warnings from clang 15.
2022-09-20  Alvaro HerreraDisable autovacuum in MERGE test script
2022-09-20  Michael Paquierdoc: Fix parameter name for pg_create_logical_replicati...
2022-09-20  Michael PaquierFix incorrect variable types for origin IDs in decode.c
2022-09-20  Peter GeogheganHarmonize parameter names in storage and AM code.
2022-09-20  Andres FreundSplit TESTDIR into TESTLOGDIR and TESTDATADIR
2022-09-20  Andres FreundDon't hardcode tmp_check/ as test directory for tap...
2022-09-19  Peter GeogheganHarmonize heapam and tableam parameter names.
2022-09-19  Peter GeogheganConsistently use named parameters in regex code consist...
2022-09-19  Andres FreundExtend gendef.pl in preparation for meson
2022-09-19  Peter EisentrautUpdate Unicode data to Unicode 15.0.0
2022-09-19  Peter GeogheganConsistently use named parameters in timezone code.
2022-09-19  Peter GeogheganConsistently use named parameters in regex code.
2022-09-19  David RowleyFix misleading comment for get_cheapest_group_keys_order
2022-09-19  David RowleyFix out-dated comment in preprocess_groupclause()
2022-09-19  David RowleyRemove various duplicated words
2022-09-19  Peter EisentrautFix icu tests with C locale
2022-09-19  Robert HaasMake ALTER DEFAULT PRIVILEGES require privileges, not...
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...
next