users/rhaas/postgres.git
2022-09-21 Thomas Munroci: Increase requested memory size.
2022-09-21 Peter GeogheganHarmonize lexer adjacent function parameter names.
2022-09-21 Peter EisentrautImprove ICU option handling in CREATE DATABASE
2022-09-21 Peter EisentrautTighten pg_get_object_address argument checking
2022-09-21 Alvaro HerreraImprove some GUC description strings
2022-09-21 Amit KapilaPass Size as a 2nd argument for snprintf() in tablesync.c.
2022-09-21 Amit KapilaImprove some error messages.
2022-09-21 Andres FreundUse \b in one more PG_TEST_EXTRA check, oversight in...
2022-09-21 Michael PaquierAdd definition pg_attribute_aligned() for MSVC
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...
next