summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-022406-2421/+2421
* Adjust VACUUM hastup LP_REDIRECT comments.Peter Geoghegan2023-01-021-1/+2
* Avoid special XID snapshotConflictHorizon values.Peter Geoghegan2023-01-022-3/+6
* Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane2023-01-028-80/+428
* Push lpp variable closer to usage in heapgetpage()Peter Eisentraut2023-01-021-21/+19
* doc: Re-order Table 28.2 "Collected Statistics Views"Peter Eisentraut2023-01-021-50/+57
* Accept "+infinity" in date and timestamp[tz] input.Tom Lane2023-01-017-0/+25
* In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane2023-01-015-37/+87
* ci: Change macOS builds from Intel to ARM.Thomas Munro2023-01-013-6/+19
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-307-9/+397
* Fix assert in BRIN build_distancesTomas Vondra2022-12-301-1/+5
* Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier2022-12-304-18/+40
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-304-15/+15
* Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut2022-12-301-21/+21
* Add const to BufFileWritePeter Eisentraut2022-12-306-12/+12
* Remove unnecessary castsPeter Eisentraut2022-12-305-23/+23
* perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund2022-12-292-0/+37
* Fix oversight in 7a05425d96Andrew Dunstan2022-12-291-1/+1
* Add page-level freezing to VACUUM.Peter Geoghegan2022-12-284-297/+463
* Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan2022-12-284-50/+137
* Convert contrib/intarray's bqarr_in() to report errors softlyAndrew Dunstan2022-12-283-6/+35
* Reorder some object files in makefilesPeter Eisentraut2022-12-283-5/+5
* Suppress uninitialized-variable warning from a61b1f748.Tom Lane2022-12-271-0/+1
* Convert hstore_in to report errors softly.Tom Lane2022-12-273-28/+133
* Remove new locale dependency in regproc regression test.Tom Lane2022-12-273-9/+11
* Simplify the implementations of the to_reg* functions.Tom Lane2022-12-272-159/+63
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-2716-128/+403
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-278-52/+196
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-276-116/+222
* Remove overzealous MultiXact freeze assertion.Peter Geoghegan2022-12-261-1/+0
* Add custom filtering rules to the TAP tests of pg_upgradeMichael Paquier2022-12-272-0/+40
* Fix incorrect copy-pasto in error message of pg_waldump.cMichael Paquier2022-12-271-1/+1
* pg_waldump: Add --save-fullpage=PATH to save full page images from WAL recordsMichael Paquier2022-12-274-0/+286
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-269-67/+134
* Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sqlMichael Paquier2022-12-261-15/+11
* Convert enum_in() to report errors softly.Tom Lane2022-12-253-3/+40
* Fix thinko in 720e0327bcAndrew Dunstan2022-12-251-2/+2
* Convert contrib/isn's input functions to report errors softlyAndrew Dunstan2022-12-243-44/+63
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-248-125/+322
* Make the numeric-OID cases of regprocin and friends be non-throwing.Tom Lane2022-12-241-139/+77
* Fix recent accidental omission in pg_proc.datDavid Rowley2022-12-244-9/+23
* Rework <warning> box about column list combining in logical replicationAlvaro Herrera2022-12-233-19/+26
* Fix end LSN determination in recently added testAlvaro Herrera2022-12-231-1/+1
* Convert contrib/seg's input function to report errors softlyAndrew Dunstan2022-12-236-18/+70
* Fix event trigger exampleAlvaro Herrera2022-12-231-2/+3
* Fix bug in translate_col_privs_multilevelDavid Rowley2022-12-243-13/+68
* Allow parent's WaitEventSets to be freed after fork().Thomas Munro2022-12-232-0/+18
* Don't leak a signalfd when using latches in the postmaster.Thomas Munro2022-12-231-0/+16
* Add WL_SOCKET_ACCEPT event to WaitEventSet API.Thomas Munro2022-12-232-1/+19
* Update upgrade_adapt.sql to handle tables using aclitem as data typeMichael Paquier2022-12-231-1/+29