Commit Graph

60271 Commits (a6c70f68cdeb3bed591a2dd7d421bf3536ba5216)
 

Author SHA1 Message Date
Michael Paquier a6c70f68cd Revert recent changes related to handling of 2PC files at recovery 12 months ago
Nathan Bossart 0dc9c7d200 Remove redefinitions of SIG_* macros in win32_port.h. 12 months ago
Tom Lane bf826ea062 Fix setrefs.c's failure to do expression processing on prune steps. 12 months ago
Melanie Plageman f7a8fc10cc Add and use BitmapHeapScanDescData struct 12 months ago
Michael Paquier 7b6468cc95 Rework macro pgstat_is_ioop_tracked_in_bytes() 12 months ago
Nathan Bossart d4a43b2837 Convert libpgport's pqsignal() to a void function. 12 months ago
Nathan Bossart 5cda4fdb0b Avoid calling pqsignal() with invalid signals on Windows frontends. 12 months ago
Tom Lane d7674c9fab Seek zone abbreviations in the IANA data before timezone_abbreviations. 12 months ago
Tom Lane bc10219b9c Make pg_interpret_timezone_abbrev() check sp->defaulttype too. 12 months ago
Peter Geoghegan 901bd4a65a Fix nbtree contradictory array element comment. 12 months ago
Álvaro Herrera 86374c9a0e
Split ATExecValidateConstraint into reusable pieces 12 months ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 12 months ago
Peter Eisentraut 7407b2d48c Remove dead code 12 months ago
Peter Eisentraut 7a947ed25b refactor: split ATExecAlterConstrRecurse() 12 months ago
Peter Eisentraut d278541be4 Fix error handling of pg_b64_decode() 12 months ago
Peter Eisentraut ff030ebe25 Check return of pg_b64_encode() for error 12 months ago
Amit Kapila 965b2cc0a4 Doc: Improve the Replica Identity information. 12 months ago
Michael Paquier 32a18cc0a7 Move routines to manipulate WAL into PostgreSQL::Test::Cluster 12 months ago
Peter Eisentraut d5221c49a3 Fix cpluspluscheck for "Change gist stratnum function to use CompareType" 12 months ago
Melanie Plageman 3edc67d337 Add more general summary to vacuumlazy.c 12 months ago
Peter Eisentraut 44512e7c95 Add a bit of documentation related to IWYU 12 months ago
Peter Eisentraut fecc8021e1 IWYU pragmas for catalog headers 12 months ago
Peter Eisentraut 74938d1320 IWYU widely useful pragmas 12 months ago
Peter Eisentraut 761c79508e postgres_fdw: SCRAM authentication pass-through 12 months ago
Peter Eisentraut b6463ea6ef Downgrade error in object_aclmask_ext() to internal 12 months ago
Peter Eisentraut de9037d0d0 Downgrade errors in object_ownercheck() to internal 12 months ago
Peter Eisentraut 6fdd5d9563 Drop warning-free support for Flex 2.5.35 12 months ago
Peter Eisentraut 630f9a43ce Change gist stratnum function to use CompareType 12 months ago
Peter Eisentraut 6339f6468e Rename RowCompareType to CompareType 12 months ago
Tom Lane 9a45a89c38 Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 12 months ago
Melanie Plageman 2ae98ea5ab Synchronize guc_tables.c categories with vacuum docs categories 12 months ago
Dean Rasheed 00f4c2959d psql: Add option to use expanded mode to all list commands. 12 months ago
Fujii Masao 94b914f601 ecpg: Restore detection of unsupported COPY FROM STDIN. 12 months ago
Dean Rasheed 4cb560b53f Consistently spell "leakproof" without a hyphen. 12 months ago
Dean Rasheed 2355e51110 psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output. 12 months ago
Heikki Linnakangas af8cd1639a Fix catcache invalidation of a list entry that's being built 12 months ago
Michael Paquier ce9a74707d Bump PGSTAT_FILE_FORMAT_ID 12 months ago
Michael Paquier 720e529840 Fix potential integer overflow in bringetbitmap() 12 months ago
Michael Paquier d35ea27e51 Move information about pgstats kinds into its own header pgstat_kind.h 12 months ago
Michael Paquier d2181b3218 Remove assertion in pgstat_count_io_op() 12 months ago
Michael Paquier f92c854cf4 Make pg_stat_io count IOs as bytes instead of blocks for some operations 12 months ago
Jeff Davis b4a07f532b Revert "TupleHashTable: store additional data along with tuple." 12 months ago
Melanie Plageman af2317652d Reorder vacuum GUCs in postgresql.conf.sample to match docs 12 months ago
Peter Geoghegan 1c854eb893 Add BTOPTIONS_PROC comments to nbtree.h. 12 months ago
Peter Geoghegan 597b1ffbf1 Move nbtree preprocessing into new .c file. 12 months ago
Nathan Bossart a8a762bc46 Add commit 6e826278f1 to .git-blame-ignore-revs. 12 months ago
Richard Guo 6e826278f1 Fix pgindent damage 12 months ago
Daniel Gustafsson 97698cc517 Fix HBA option count 12 months ago
Dean Rasheed a93e2a1e25 Fix JsonExpr deparsing to quote variable names in the PASSING clause. 12 months ago
Dean Rasheed d673eefd41 Fix XMLTABLE() deparsing to quote namespace names if necessary. 12 months ago