Commit Graph

26401 Commits (bf826ea062979da02395fb2e8961feeef47604da)

Author SHA1 Message Date
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
Tom Lane d7674c9fab Seek zone abbreviations in the IANA data before timezone_abbreviations. 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
Melanie Plageman 3edc67d337 Add more general summary to vacuumlazy.c 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
Melanie Plageman 2ae98ea5ab Synchronize guc_tables.c categories with vacuum docs categories 12 months ago
Dean Rasheed 4cb560b53f Consistently spell "leakproof" without a hyphen. 12 months ago
Heikki Linnakangas af8cd1639a Fix catcache invalidation of a list entry that's being built 12 months ago
Michael Paquier 720e529840 Fix potential integer overflow in bringetbitmap() 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 597b1ffbf1 Move nbtree preprocessing into new .c file. 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
Peter Eisentraut ca87c415e2 Add support for NOT ENFORCED in CHECK constraints 12 months ago
Jeff Davis ceb2855522 Fix redefinition of type in commit e0ece2a981. 12 months ago
Jeff Davis e0ece2a981 TupleHashTable: store additional data along with tuple. 12 months ago
David Rowley 34c6e65242 Make verify_compact_attribute available in non-assert builds 12 months ago
Daniel Gustafsson 27a1f8d108 Fix missing ldapscheme option in pg_hba_file_rules() 12 months ago
Peter Geoghegan 5b14ec0a48 Fix obsolete nbtree README left link remarks. 12 months ago
Andres Freund 28e7a9968e postmaster: Rename some shutdown related PMState phase names 12 months ago
Andres Freund e84712c738 postmaster: Make btmask_add() variadic 12 months ago
Andres Freund 7e957cbb50 postmaster: Introduce variadic btmask_all_except() 12 months ago
Andres Freund 40d4031abd postmaster: Improve logging of signals sent by postmaster 12 months ago
Andres Freund 7148cbbdc6 postmaster: Update pmState via a wrapper function 12 months ago
Álvaro Herrera cc811f92ba
Adjust signature of cluster_rel() and its subroutines 12 months ago
David Rowley 2310064510 Fix UNION planner datatype issue 12 months ago
Michael Paquier f0bf7857be Merge pgstat_count_io_op_n() and pgstat_count_io_op() 12 months ago
Michael Paquier 2c14037bb5 Refactor some code related to backend statistics 12 months ago
Nathan Bossart 39e3bcae44 Fix an ALTER GROUP ... DROP USER error message. 12 months ago
Álvaro Herrera ebd8fc7e47
Simplify signature of RewriteTable 12 months ago
Álvaro Herrera 69ab446514
Fix SLRU bank selection code 12 months ago
Jeff Davis a2f17f004d Control collation behavior with a method table. 1 year ago
Jeff Davis 4f5cef2607 Move code for collation version into provider-specific files. 1 year ago
Tom Lane 3c49d462db Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc. 1 year ago