Commit Graph

60226 Commits (a8a762bc46e43bfaf4c03fc50f805fdf53f11888)
 

Author SHA1 Message Date
Nathan Bossart a8a762bc46 Add commit 6e826278f1 to .git-blame-ignore-revs. 6 months ago
Richard Guo 6e826278f1 Fix pgindent damage 6 months ago
Daniel Gustafsson 97698cc517 Fix HBA option count 6 months ago
Dean Rasheed a93e2a1e25 Fix JsonExpr deparsing to quote variable names in the PASSING clause. 6 months ago
Dean Rasheed d673eefd41 Fix XMLTABLE() deparsing to quote namespace names if necessary. 6 months ago
Tom Lane 29dfffae0a Repair memory leaks in plpython. 6 months ago
Peter Eisentraut ca87c415e2 Add support for NOT ENFORCED in CHECK constraints 6 months ago
Tatsuo Ishii 72ceb21b02 Fix a compiler warning in initStringInfo(). 6 months ago
Jeff Davis ceb2855522 Fix redefinition of type in commit e0ece2a981. 6 months ago
Jeff Davis e0ece2a981 TupleHashTable: store additional data along with tuple. 6 months ago
David Rowley 34c6e65242 Make verify_compact_attribute available in non-assert builds 6 months ago
Tatsuo Ishii a9dcbb4d5c Add new StringInfo APIs to allow callers to specify the buffer size. 6 months ago
Melanie Plageman ca9c6a5680 Consolidate docs for vacuum-related GUCs in new subsection 6 months ago
Daniel Gustafsson 27a1f8d108 Fix missing ldapscheme option in pg_hba_file_rules() 6 months ago
Peter Geoghegan 5b14ec0a48 Fix obsolete nbtree README left link remarks. 6 months ago
Nathan Bossart 3d0b4b1068 Use a non-locking initial test in TAS_SPIN on AArch64. 6 months ago
Andres Freund 28e7a9968e postmaster: Rename some shutdown related PMState phase names 6 months ago
Andres Freund e84712c738 postmaster: Make btmask_add() variadic 6 months ago
Andres Freund 7e957cbb50 postmaster: Introduce variadic btmask_all_except() 6 months ago
Andres Freund 40d4031abd postmaster: Improve logging of signals sent by postmaster 6 months ago
Andres Freund 7148cbbdc6 postmaster: Update pmState via a wrapper function 6 months ago
Álvaro Herrera cc811f92ba
Adjust signature of cluster_rel() and its subroutines 6 months ago
David Rowley 2310064510 Fix UNION planner datatype issue 6 months ago
Michael Paquier f0bf7857be Merge pgstat_count_io_op_n() and pgstat_count_io_op() 6 months ago
Michael Paquier 2c14037bb5 Refactor some code related to backend statistics 6 months ago
Nathan Bossart 39e3bcae44 Fix an ALTER GROUP ... DROP USER error message. 6 months ago
Tom Lane bebe904038 Use @extschema:name@ notation in contrib transform modules. 6 months ago
Álvaro Herrera ebd8fc7e47
Simplify signature of RewriteTable 6 months ago
Fujii Masao 6313a76b35 doc: Clarify synchronous_standby_names parameter. 6 months ago
Álvaro Herrera 69ab446514
Fix SLRU bank selection code 6 months ago
Thomas Munro 970b97eeb8 Fix off_t overflow in pg_basebackup on Windows. 6 months ago
Thomas Munro 026762dae3 Provide 64-bit ftruncate() and lseek() on Windows. 6 months ago
Jeff Davis 229e7793d9 Fix duplicate typedef from commit a2f17f004d. 6 months ago
Jeff Davis a2f17f004d Control collation behavior with a method table. 6 months ago
Jeff Davis 4f5cef2607 Move code for collation version into provider-specific files. 6 months ago
Tom Lane 3c49d462db Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc. 6 months ago
Andrew Dunstan b20fe54c9c Set exit status for pgindent if pg_bsd_indent fails 6 months ago
Peter Eisentraut 7b27f5fd36 plpgsql: pure parser and reentrant scanner 6 months ago
Peter Eisentraut b18464fad4 Remove useless function declaration 6 months ago
Michael Paquier e0c3d5122e pg_freespacemap: Fix declaration of pg_freespace(regclass) 6 months ago
Jeff Davis 3f482940db ExecInitAgg: update aggstate->numaggs and ->numtrans earlier. 6 months ago
Jeff Davis 32ddfaffd1 nodeSetOp.c: missing additionalsize for BuildTupleHashTable(). 6 months ago
Jeff Davis 8a96faedc4 Remove unused TupleHashTableData->entrysize. 6 months ago
Jeff Davis 834c9e807c Add missing typedefs.list entry for AggStatePerGroupData. 6 months ago
Nathan Bossart 4a68d50088 Use PqMsg_* macros in postgres.c. 6 months ago
Nathan Bossart f7e1b3828a Add passwordcheck.min_password_length. 6 months ago
Nathan Bossart 6d01541960 Lower default value of autovacuum_worker_slots in initdb as needed. 6 months ago
Álvaro Herrera 0e5b14410e
Fix error message wording 6 months ago
Thomas Munro c4782c4410 Fix meson detection of a couple of 64 bit builtins. 6 months ago
Álvaro Herrera 5b291d1c9c
Remove unnecessary code to handle CONSTR_NOTNULL 6 months ago