Commit Graph

59954 Commits (4b03a27fafc98e2a34e4e0b5ca44895211e021cc)
 

Author SHA1 Message Date
Nathan Bossart 8589876b79 Add a couple of recent commits to .git-blame-ignore-revs. 10 months ago
Heikki Linnakangas 8fb5936703 Make the memory layout of Port struct independent of USE_OPENSSL 10 months ago
Heikki Linnakangas ee937f0409 Fix data loss when restarting the bulk_write facility 10 months ago
Thomas Munro aac831cafa Use auxv to check for CRC32 instructions on ARM. 10 months ago
Michael Paquier ea15816928 psql: Fix category of \parse in output of --help=commands and \? 10 months ago
Michael Paquier 768dfd8e65 psql: Include \pset xheader_width in --help=commands|variables 10 months ago
Thomas Munro 78c09bd9f9 jit: Use -mno-outline-atomics for bitcode on ARM. 10 months ago
Michael Paquier c06e71d1ac Add write_to_file to PgStat_KindInfo for pgstats kinds 10 months ago
Bruce Momjian 4c4aaa19a6 doc: clarify how logical replication takes its initial snapshot 10 months ago
Peter Eisentraut 53dcba9be5 pgindent run 10 months ago
Álvaro Herrera b5be29ecaf
Fix newly introduced 010_keep_recycled_wals.pl 10 months ago
Álvaro Herrera 7300ff1bd8
Fix outdated bit in README.tuplock 10 months ago
Peter Eisentraut 79b575d3bc Fix ALTER TABLE / REPLICA IDENTITY for temporal tables 10 months ago
Álvaro Herrera da94e871e8
Unify repetitive error messages 10 months ago
Michael Paquier ea792bfd93 Fix memory leak in pgoutput for the WAL sender 10 months ago
Bruce Momjian f95da9f0e0 More logically order libpq func. includes, e.g., group GUC vals 10 months ago
Bruce Momjian 70236cf22f doc: clarify that jsonb_path_match() returns an SQL boolean 10 months ago
Bruce Momjian f722dd32de clarify --no-comments option in --help and SGML files 10 months ago
Peter Geoghegan 7074337698 Refine nbtree = redundancy preprocessing comment. 10 months ago
Tom Lane 94131cd53c Avoid assertion failure if a setop leaf query contains setops. 10 months ago
Fujii Masao 6c8f670323 file_fdw: Add REJECT_LIMIT option to file_fdw. 10 months ago
Michael Paquier 15afb7d61c doc: Fix section of functions age(xid) and mxid_age(xid) 10 months ago
Tom Lane a43d7a8c7c Compare collations before merging UNION operations. 10 months ago
Fujii Masao c166454496 Improve error message for database object stats manipulation functions. 10 months ago
Michael Paquier a3699daea2 libpq: Improve error message when parsing URI parameters and keywords 10 months ago
Bruce Momjian b38bac26e2 doc: clarify pg_dump --no-comments meaning as SQL comments 10 months ago
Bruce Momjian cffca3665d doc: clarify text about combining row-level policies 10 months ago
Peter Geoghegan 18ea6b3d0d nbtree: consistently use minoff variable. 10 months ago
Michael Paquier c1c09007e2 Improve some code format in gist.c 10 months ago
Michael Paquier 03a42c9652 Use pg_memory_is_all_zeros() in PageIsVerifiedExtended() 10 months ago
Michael Paquier 5be1dabd2a Optimize pg_memory_is_all_zeros() in memutils.h 10 months ago
Noah Misch 7b88529f43 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. 10 months ago
Masahiko Sawada e5ed873b1b Fix a possibility of logical replication slot's restart_lsn going backwards. 10 months ago
Tom Lane b69bdcee9c Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 10 months ago
Fujii Masao 9a70f67667 Remove unnecessary backslash from CopyFrom() code. 10 months ago
Peter Eisentraut 9321d2fdf8 Fix collation handling for foreign keys 10 months ago
Álvaro Herrera 90bcc7c2db
Avoid deleting critical WAL segments during pg_rewind 10 months ago
Peter Eisentraut d31bbfb659 Proper object locking for GRANT/REVOKE 10 months ago
Heikki Linnakangas cfd7f36c83 jit: Stop emitting some unnecessary instructions 10 months ago
Peter Eisentraut e468ec0fdd Add an assertion in get_object_address() 10 months ago
Michael Paquier 818119afcc Fix race conditions with drop of reused pgstats entries 10 months ago
Heikki Linnakangas 5b00786857 Pass MyPMChildSlot as an explicit argument to child process 10 months ago
Heikki Linnakangas a78af04270 Assign a child slot to every postmaster child process 10 months ago
Heikki Linnakangas bb861414fe Kill dead-end children when there's nothing else left 10 months ago
Heikki Linnakangas 18d67a8d7d Replace postmaster.c's own backend type codes with BackendType 10 months ago
Peter Eisentraut a274bbb1b3 Remove a useless cast to (void *) in hash_search() call 10 months ago
Michael Paquier 13e3796c90 contrib/lo: Use SQL-standard function bodies 10 months ago
Michael Paquier 93f9b4a93f xml2: Add tests for functions xpath_nodeset() and xpath_list() 10 months ago
Michael Paquier 3ef038fc4f contrib/lo: Add test for function lo_oid() 10 months ago
Peter Geoghegan 4e6e375b00 Add nbtree amgettuple return item function. 10 months ago