summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak regression test of pg_walinspect to be less collation-sensitiveMichael Paquier2023-03-162-6/+15
* Rework design of functions in pg_walinspectMichael Paquier2023-03-146-163/+169
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-134-3/+48
* Refactor and improve tests of pg_walinspectMichael Paquier2023-03-136-34/+128
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-111-5/+28
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-111-1/+4
* Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex.Tom Lane2023-03-113-10/+25
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-101-1/+1
* pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier2023-03-104-72/+152
* Use ICU by default at initdb time.Jeff Davis2023-03-096-3/+52
* Reflect normalization of query strings for utilities in pg_stat_statementsMichael Paquier2023-03-083-27/+29
* Improve cleanup phases in regression tests of pg_stat_statementsMichael Paquier2023-03-077-11/+29
* Refactor more the regression tests of pg_stat_statementsMichael Paquier2023-03-0312-1071/+1109
* Remove bms_first_member().Tom Lane2023-03-022-5/+7
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-021-1/+1
* pageinspect: Fix crash with gist_page_items()Michael Paquier2023-03-025-56/+62
* Drop test view when done with it.Tom Lane2023-02-272-0/+7
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-2812-59/+91
* Harden postgres_fdw tests against unexpected cache flushes.Tom Lane2023-02-272-81/+64
* Update types in smgr APIPeter Eisentraut2023-02-271-1/+1
* Fix comment indentation and whitespacePeter Eisentraut2023-02-241-1/+1
* Fix handling of escape sequences in postgres_fdw.application_nameMichael Paquier2023-02-211-4/+18
* Limit memory usage of pg_walinspect functions.Jeff Davis2023-02-201-5/+53
* Expand regression tests of pg_stat_statements for utility queriesMichael Paquier2023-02-206-30/+774
* Refactor tests of pg_stat_statements for planning, utility and level trackingMichael Paquier2023-02-2012-570/+623
* Redesign archive modulesMichael Paquier2023-02-171-13/+73
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-133-7/+0
* Add tests for pg_stat_ioAndres Freund2023-02-112-0/+61
* Fix various typos in code and testsMichael Paquier2023-02-091-1/+1
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-082-4/+0
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-0717-38/+38
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-072-1/+23
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-9/+3
* dblink: Fix variable confusion introduced in e4602483e95Andres Freund2023-01-313-1/+25
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-312-2/+4
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-302-8/+8
* Do assorted mop-up in the planner.Tom Lane2023-01-301-2/+0
* Make Vars be outer-join-aware.Tom Lane2023-01-302-7/+17
* Remove gratuitous references to postmaster programPeter Eisentraut2023-01-262-10/+10
* Make auto_explain print the query identifier in verbose modeMichael Paquier2023-01-261-0/+29
* Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier2023-01-2611-60/+60
* Rename contrib module basic_archive to basic_wal_moduleMichael Paquier2023-01-2511-60/+60
* dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund2023-01-232-104/+17
* pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier2023-01-237-4/+213
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-1/+1
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-8/+8
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-184-29/+34
* Constify the arguments of copydir.h functionsMichael Paquier2023-01-181-1/+1
* meson: Add two missing regress testsAndres Freund2023-01-171-0/+1
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-8/+8