summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22Use min/max bounds defined by Zstd for compression levelMichael Paquier
2022-09-22Fix thinko in comment.Etsuro Fujita
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-22Clear ps display of startup process at the end of recoveryMichael Paquier
2022-09-22Used optimized linear search in more code pathsMichael Paquier
2022-09-22psql: Improve tab-completion for MERGE.Fujii Masao
2022-09-21Harmonize lexer adjacent function parameter names.Peter Geoghegan
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-21Tighten pg_get_object_address argument checkingPeter Eisentraut
2022-09-21Improve some GUC description stringsAlvaro Herrera
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-21Improve some error messages.Amit Kapila
2022-09-21Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund
2022-09-21Add definition pg_attribute_aligned() for MSVCMichael Paquier
2022-09-20Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane
2022-09-20Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund
2022-09-20Improve comment for OAT_POST_CREATE.Jeff Davis
2022-09-20Fix `trap` in a few shell scriptsAlvaro Herrera
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Disable autovacuum in MERGE test scriptAlvaro Herrera
2022-09-20Fix incorrect variable types for origin IDs in decode.cMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-19Consistently use named parameters in regex code consistently.Peter Geoghegan
2022-09-19Extend gendef.pl in preparation for mesonAndres Freund
2022-09-19Update Unicode data to Unicode 15.0.0Peter Eisentraut
2022-09-19Consistently use named parameters in timezone code.Peter Geoghegan
2022-09-19Consistently use named parameters in regex code.Peter Geoghegan
2022-09-19Fix misleading comment for get_cheapest_group_keys_orderDavid Rowley
2022-09-19Fix out-dated comment in preprocess_groupclause()David Rowley
2022-09-19Remove various duplicated wordsDavid Rowley
2022-09-19Fix icu tests with C localePeter Eisentraut
2022-09-19Make ALTER DEFAULT PRIVILEGES require privileges, not membership.Robert Haas
2022-09-19walmethods.c/h: Make WalWriteMethod more object-oriented.Robert Haas
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-09-19walmethods.c/h: Make Walfile a struct, rather than a void *Robert Haas
2022-09-19Add missing serial commasPeter Eisentraut
2022-09-19Fix typos.Amit Kapila
2022-09-19Fix typos referring to PGPROCJohn Naylor
2022-09-18Harmonize missed reorderbuffer parameter names.Peter Geoghegan
2022-09-18Remove unused argument "isSlice" from transformAssignmentSubscripts()Michael Paquier
2022-09-18Harmonize reorderbuffer parameter names.Peter Geoghegan
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-09-17Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund
2022-09-17Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund