Commit Graph

62041 Commits (38b602b0289fe1dbaf31d5737fba2d42a1e90371)
 

Author SHA1 Message Date
Michael Paquier ba3d93b2e8 Refactor init_params() in sequence.c to not use FormData_pg_sequence_data 4 weeks ago
Michael Paquier 97ca67377a Remove md5() call from isolation test for CLUSTER and TOAST 4 weeks ago
Etsuro Fujita 5a8ab650a7 Update obsolete comments in ResultRelInfo struct. 4 weeks ago
Michael Paquier f57e214d1c Add isolation test for TOAST value reuse during CLUSTER 4 weeks ago
Masahiko Sawada 928da6ff12 Fix typos in comments. 4 weeks ago
Masahiko Sawada 37265ca01f Fix constant when extracting timestamp from UUIDv7. 4 weeks ago
Peter Eisentraut 2e2e7ff7b8 Fix git whitespace warning 4 weeks ago
Peter Eisentraut 8212c83939 Add TAP tests for LDAP connection parameter lookup 4 weeks ago
David Rowley 296cba2760 Fix invalid format string in HASH_DEBUG code 4 weeks ago
David Rowley ca38912512 Fix failing -D HASH_STATISTICS builds 4 weeks ago
David Rowley b4632883d4 Add Asserts to validate prevbit values in bms_prev_member 4 weeks ago
Michael Paquier 69f75d6714 Add SQL test for TOAST value allocations on rewrite 4 weeks ago
Andres Freund 60b64e6a31 ci: Simplify ci-os-only handling 4 weeks ago
Andres Freund 49cba82bec ci: Per-repo configuration for manually trigger tasks 4 weeks ago
Álvaro Herrera d0e7e04ede
Avoid including tableam.h and xlogreader.h in nbtree.h 4 weeks ago
Tom Lane ed07361721 Don't leak memory during failure exit from SelectConfigFiles(). 4 weeks ago
Heikki Linnakangas 4ec6e22b43 Fix LSN format in debug message 4 weeks ago
Michael Paquier 6304256e79 Fix compilation warning with SerializeClientConnectionInfo() 4 weeks ago
Fujii Masao e9a31c0cc6 Revert logical snapshot filename format change in SnapBuildSnapshotExists(). 4 weeks ago
Fujii Masao 12f3639ee7 Fix incorrect LSN format in comment. 4 weeks ago
Tom Lane ee54046601 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 4 weeks ago
Tom Lane 6aebedc384 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. 4 weeks ago
Tom Lane 2a600a93c7 Make type Datum be 8 bytes wide everywhere. 4 weeks ago
Andres Freund 66f8765c53 ci: windows: Stop using DEBUG:FASTLINK 4 weeks ago
Andres Freund 377b7ab145 Add very basic test for kill_prior_tuples 4 weeks ago
Tom Lane 21fddb3d76 Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Peter Eisentraut 05f506a515 Adjust some table column widths in PDF 4 weeks ago
Peter Eisentraut 37e06ba6e8 Improve PDF documentation margins 4 weeks ago
Peter Eisentraut 8081e54bc5 Clean up order in stylesheete-fo.xsl 4 weeks ago
Michael Paquier 783cbb6d5e postgres_fdw: Fix tests with ANALYZE and remote sampling 4 weeks ago
Peter Eisentraut 5f19d13dfe libpq: Set LDAP protocol version 3 1 month ago
Andres Freund b227b0bb4e Reduce ExecSeqScan* code size using pg_assume() 1 month ago
Andres Freund 01d6832c10 meson: add and use stamp files for generated headers 1 month ago
Nathan Bossart 71ea0d6795 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 70693c645f Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Dean Rasheed 22424953cd Fix security checks in selectivity estimation functions. 1 month ago
Thomas Munro b421223172 Fix rare bug in read_stream.c's split IO handling. 1 month ago
Tom Lane 665c3dbba4 Mop-up for Datum conversion cleanups. 1 month ago
Peter Eisentraut ff89e182d4 Add missing Datum conversions 1 month ago
Peter Eisentraut dcfc0f8912 Remove useless/superfluous Datum conversions 1 month ago
Peter Eisentraut 138750dde4 postgres_fdw and dblink should check if backend has MyProcPort 1 month ago
Jacob Champion ebaaf386ad Revert "oauth: Add unit tests for multiplexer handling" 1 month ago
Jacob Champion 1443b6c0ea oauth: Add unit tests for multiplexer handling 1 month ago
Jacob Champion 3e311664e4 oauth: Track total call count during a client flow 1 month ago
Jacob Champion 1749a12f0d oauth: Remove expired timers from the multiplexer 1 month ago
Jacob Champion 3d9c03429a oauth: Ensure unused socket registrations are removed 1 month ago
Jacob Champion ff5b0824b3 oauth: Remove stale events from the kqueue multiplexer 1 month ago
Thomas Munro b5cd74612c Remove obsolete comment. 1 month ago
Peter Eisentraut fd2ab03fea Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita 9e63f83a7e Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago