Commit Graph

4954 Commits (ab4a35b4ea9d2290b1ee5ec25f65df4c739077cb)

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