aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Used optimized linear search in more code pathsMichael Paquier2022-09-22
* psql: Improve tab-completion for MERGE.Fujii Masao2022-09-22
* ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOXAndres Freund2022-09-21
* ci: Increase requested memory size.Thomas Munro2022-09-22
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-21
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-21
* Tighten pg_get_object_address argument checkingPeter Eisentraut2022-09-21
* Improve some GUC description stringsAlvaro Herrera2022-09-21
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-21
* Improve some error messages.Amit Kapila2022-09-21
* Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund2022-09-20
* Add definition pg_attribute_aligned() for MSVCMichael Paquier2022-09-21
* Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane2022-09-20
* Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan2022-09-20
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund2022-09-20
* Improve comment for OAT_POST_CREATE.Jeff Davis2022-09-20
* Fix `trap` in a few shell scriptsAlvaro Herrera2022-09-20
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Disable autovacuum in MERGE test scriptAlvaro Herrera2022-09-20
* doc: Fix parameter name for pg_create_logical_replication_slot()Michael Paquier2022-09-20
* Fix incorrect variable types for origin IDs in decode.cMichael Paquier2022-09-20
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-19
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-19
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Consistently use named parameters in regex code consistently.Peter Geoghegan2022-09-19
* Extend gendef.pl in preparation for mesonAndres Freund2022-09-19
* Update Unicode data to Unicode 15.0.0Peter Eisentraut2022-09-19
* Consistently use named parameters in timezone code.Peter Geoghegan2022-09-19
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-19
* Fix misleading comment for get_cheapest_group_keys_orderDavid Rowley2022-09-20
* Fix out-dated comment in preprocess_groupclause()David Rowley2022-09-20
* Remove various duplicated wordsDavid Rowley2022-09-20
* Fix icu tests with C localePeter Eisentraut2022-09-19
* Make ALTER DEFAULT PRIVILEGES require privileges, not membership.Robert Haas2022-09-19
* walmethods.c/h: Make WalWriteMethod more object-oriented.Robert Haas2022-09-19
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* walmethods.c/h: Make Walfile a struct, rather than a void *Robert Haas2022-09-19
* Add missing serial commasPeter Eisentraut2022-09-19
* Fix typos.Amit Kapila2022-09-19
* Fix typos referring to PGPROCJohn Naylor2022-09-19
* Harmonize missed reorderbuffer parameter names.Peter Geoghegan2022-09-18
* Remove unused argument "isSlice" from transformAssignmentSubscripts()Michael Paquier2022-09-18
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-17
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund2022-09-17
* Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund2022-09-17
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-17
* Fix huge_pages on WindowsMichael Paquier2022-09-17