Commit Graph

61558 Commits (fc39b286ad7262a4aac8ff9a34f244763bed7a53)
 

Author SHA1 Message Date
Tom Lane 09b07c2953 Minor performance improvement for SQL-language functions. 8 months ago
Noah Misch f4ece891fc Assert lack of hazardous buffer locks before possible catalog read. 8 months ago
Daniel Gustafsson b669293e34 pg_dump: Set private_date pointer to NULL in callback 8 months ago
Fujii Masao e4b0f86e1f pg_dump: Fix incorrect archive format shown in error message. 8 months ago
Jeff Davis 2e5353be25 Another unintentional behavior change in commit e9931bfb75. 8 months ago
Jeff Davis b107744ce7 Improve comment in regc_pg_locale.c. 8 months ago
David Rowley 3fae25cbb3 Fixup various new-to-v18 usages of appendPQExpBuffer 8 months ago
David Rowley f3281f9f93 Improve comments for estimate_multivariate_ndistinct() 8 months ago
Tom Lane ab3d8afc7f Sync declarations and definitions of two new tablecmds.c functions. 8 months ago
Álvaro Herrera 11ff192b5b
Elide not-null constraint checks on child tables during PK creation 8 months ago
Daniel Gustafsson 1fd3566ebc Update pg_config.h.in with libnuma changes 8 months ago
Tom Lane 1fc3403626 Fix pg_dump --clean with partitioned indexes. 8 months ago
Andrew Dunstan 40b9c27014 pg_restore cleanups 8 months ago
Richard Guo 3b35f9a4c5 Fix an incorrect check in get_memoize_path 8 months ago
Daniel Gustafsson 5ee476294c doc: Fix typos in documentation 8 months ago
Tom Lane 7c87284940 Fix failure for generated column with a not-null domain constraint. 8 months ago
Fujii Masao f840f8ee30 doc: Fix missing whitespace in pg_restore documentation. 8 months ago
Daniel Gustafsson 7ae13170ba pg_combinebackup: Fix incorrect code documentation 8 months ago
Peter Eisentraut c55df7c6ea Fix incorrect format placeholders 8 months ago
Peter Eisentraut 7cd171a5d2 Add more source files to pg_verifybackup/nls.mk 8 months ago
David Rowley b51f86e49a Doc: use "an SQL" consistently rather than "a SQL" 8 months ago
Daniel Gustafsson 2970c75dd9 Mark sslkeylogfile as Debug option 8 months ago
Andrew Dunstan 64e193f5dd Make AIO error test more portable 8 months ago
Andrew Dunstan f09088a01d Free memory properly in pg_restore.c 8 months ago
Tom Lane 78637a8be2 Doc: do a little copy-editing on Index Storage Parameters list. 8 months ago
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 8 months ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 8 months ago
Michael Paquier fdb69dd582 Fix instability with WAL fsync test in stats.sql 8 months ago
Daniel Gustafsson 847bbb21f8 Fix recently introduced typos 8 months ago
Nathan Bossart 5822bf21d5 Add missing space in pg_restore documentation. 8 months ago
Peter Eisentraut 914ea1c93c Add missing source file to pg_verifybackup/nls.mk 8 months ago
Peter Eisentraut b63cbacb86 Add missing source file to pg_dump/nls.mk 8 months ago
Peter Eisentraut 9e0e1cfc3e Add missing source file to pg_upgrade/nls.mk 8 months ago
Peter Eisentraut 7d430a5728 Add missing PGDLLIMPORT markings 8 months ago
Michael Paquier 2e57790836 Fix race with synchronous_standby_names at startup 8 months ago
David Rowley 530050d8d2 Add code comment explaining ins_since_vacuum and aborted inserts 8 months ago
Andrew Dunstan 39729ec01d Fix fat fingering in 22cb6d2895 8 months ago
David Rowley 928394b664 Improve various new-to-v18 appendStringInfo calls 8 months ago
Daniel Gustafsson 55ef7abf88 Rename global variable backing DSA area 8 months ago
Andrew Dunstan 22cb6d2895 Fix memory leak in pg_restore.c 8 months ago
Tom Lane d89335eea6 Doc: remove long-obsolete advice about generated constraint names. 8 months ago
Tom Lane f27eb0325b Remove useless check for negative result of ip_addrsize(). 8 months ago
Andrew Dunstan 4170298b6e Further cleanup for directory creation on pg_dump/pg_dumpall 8 months ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 8 months ago
Peter Eisentraut 9ad19295e9 Fix incorrect format placeholders 8 months ago
David Rowley d7c04db27a Update wording in optimizer/README for EquivalenceClasses 8 months ago
Amit Kapila d438515c29 Cosmetic fixes for pg_createsubscriber's -all option. 8 months ago
Tomas Vondra d15acc915d ci: Check for missing dependencies in meson builds 8 months ago
Tomas Vondra 3887d0cfeb Cleanup of pg_numa.c 8 months ago
Nathan Bossart e2665efd0f pg_upgrade: Mention that we preserve database OIDs in a comment. 8 months ago