Commit Graph

4811 Commits (119fc30dd5bd918819b864107ddc8baac51f4d22)

Author SHA1 Message Date
Peter Eisentraut 119fc30dd5 Move CompareType to separate header file 11 months ago
Peter Eisentraut 43493cceda Add get_opfamily_name() function 11 months ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 11 months ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 11 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 11 months ago
Peter Eisentraut 13a255c195 Fix copy-and-paste typo 11 months ago
Daniel Gustafsson 035f99cbeb pgcrypto: Make it possible to disable built-in crypto 11 months ago
Daniel Gustafsson 924d89a354 pgcrypto: Add function to check FIPS mode 11 months ago
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 11 months ago
Peter Eisentraut 02ed3c2bdc meson: Fix sepgsql installation 11 months ago
Peter Eisentraut 34694ec888 Convert macros to static inline functions (htup_details.h, itup.h) 11 months ago
Tom Lane ea68ea6320 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 11 months ago
Michael Paquier ce1b0f9da0 Improve grammar of options for command arrays in TAP tests 11 months ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 11 months ago
Peter Eisentraut ff030ebe25 Check return of pg_b64_encode() for error 12 months ago
Peter Eisentraut 761c79508e postgres_fdw: SCRAM authentication pass-through 12 months ago
Peter Eisentraut 630f9a43ce Change gist stratnum function to use CompareType 12 months ago
Tom Lane bebe904038 Use @extschema:name@ notation in contrib transform modules. 12 months ago
Michael Paquier e0c3d5122e pg_freespacemap: Fix declaration of pg_freespace(regclass) 12 months ago
Nathan Bossart f7e1b3828a Add passwordcheck.min_password_length. 12 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months 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