Commit Graph

4803 Commits (aeb8ea361a0a321a0e1cbc79a4cd3ec0b1191bf2)

Author SHA1 Message Date
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 1 year ago
Peter Eisentraut 02ed3c2bdc meson: Fix sepgsql installation 1 year ago
Peter Eisentraut 34694ec888 Convert macros to static inline functions (htup_details.h, itup.h) 1 year ago
Tom Lane ea68ea6320 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 1 year ago
Michael Paquier ce1b0f9da0 Improve grammar of options for command arrays in TAP tests 1 year ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 1 year ago
Peter Eisentraut ff030ebe25 Check return of pg_b64_encode() for error 1 year ago
Peter Eisentraut 761c79508e postgres_fdw: SCRAM authentication pass-through 1 year ago
Peter Eisentraut 630f9a43ce Change gist stratnum function to use CompareType 1 year ago
Tom Lane bebe904038 Use @extschema:name@ notation in contrib transform modules. 1 year ago
Michael Paquier e0c3d5122e pg_freespacemap: Fix declaration of pg_freespace(regclass) 1 year ago
Nathan Bossart f7e1b3828a Add passwordcheck.min_password_length. 1 year ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
Tom Lane 68ff25eef1 contrib/pageinspect: Use SQL-standard function bodies. 1 year ago
Tom Lane 667368fd26 contrib/xml2: Use SQL-standard function bodies. 1 year ago
Tom Lane 97a5a16849 contrib/citext: Use SQL-standard function bodies. 1 year ago
Peter Eisentraut 301de6a6f6 Partial pgindent of .l and .y files 1 year ago
Tom Lane c431986de1 postgres_fdw: re-issue cancel requests a few times if necessary. 1 year ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 1 year ago
David Rowley db448ce5ad Optimize alignment calculations in tuple form/deform 1 year ago
Thomas Munro 38c579b089 Fix corruption when relation truncation fails. 1 year ago
David Rowley 5983a4cffc Introduce CompactAttribute array in TupleDesc, take 2 1 year ago
Peter Eisentraut 382092a0cd Prevent redeclaration of typedef yyscan_t 1 year ago
Peter Eisentraut 1f0de66ea2 seg: pure parser and reentrant scanner 1 year ago
Peter Eisentraut 802fe923e3 cube: pure parser and reentrant scanner 1 year ago
Tomas Vondra 957ba9ff14 Detect version mismatch in brin_page_items 1 year ago
Peter Eisentraut fb1a18810f Remove ts_locale.c's lowerstr() 1 year ago
Peter Eisentraut d3aad4ac57 Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() 1 year ago
Tom Lane 969bbd0faf contrib/earthdistance: Use SQL-standard function bodies. 1 year ago
David Rowley 89988ac589 Fix further fallout from EXPLAIN ANALYZE BUFFERS change 1 year ago
David Rowley c2a4078eba Enable BUFFERS with EXPLAIN ANALYZE by default 1 year ago
Tom Lane 3eea7a0c97 Simplify executor's determination of whether to use parallelism. 1 year ago
Heikki Linnakangas 4d8275046c Remove remants of "snapshot too old" 1 year ago
Michael Paquier da99fedf8c Fix invalidation of local pgstats references for entry reinitialization 1 year ago
Nathan Bossart db6a4a985b Deprecate MD5 passwords. 1 year ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 1 year ago
Fujii Masao 631db1d4b2 file_fdw: Add regression tests for ON_ERROR and other options. 1 year ago
Álvaro Herrera e6c32d9fad
Clean up newlines following left parentheses 1 year ago
Nathan Bossart efdc7d7475 Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h. 1 year ago
Fujii Masao 6c8f670323 file_fdw: Add REJECT_LIMIT option to file_fdw. 1 year ago
Michael Paquier 13e3796c90 contrib/lo: Use SQL-standard function bodies 1 year ago
Michael Paquier 93f9b4a93f xml2: Add tests for functions xpath_nodeset() and xpath_list() 1 year ago
Michael Paquier 3ef038fc4f contrib/lo: Add test for function lo_oid() 1 year ago
Peter Geoghegan 93063e2e42 Count contrib/bloom index scans in pgstat view. 1 year ago
Michael Paquier 3f323eba89 pg_freespacemap: Use SQL-standard function bodies 1 year ago
Alexander Korotkov db22b90024 Fix arrays comparison in CompareOpclassOptions() 1 year ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 1 year ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 2 years ago
Tom Lane cf590c568d Update contrib/sepgsql regression tests for commit 89e51abcb. 2 years ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 2 years ago