Commit Graph

121 Commits (master)

Author SHA1 Message Date
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 6 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Robert Haas c65bc2e1d1 Make it possible for loadable modules to add EXPLAIN options. 6 months ago
Robert Haas 9173e8b604 Create explain_format.c and move relevant code there. 7 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 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
Fujii Masao 6c8f670323 file_fdw: Add REJECT_LIMIT option to file_fdw. 10 months ago
Fujii Masao a1c4c8a9e1 file_fdw: Add on_error and log_verbosity options to file_fdw. 11 months ago
Robert Haas e222534679 Treat number of disabled nodes in a path as a separate cost metric. 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Bruce Momjian e61a82c949 Adjust file_fdw regression tests for acc95f29ef FREEZE commit 2 years ago
Etsuro Fujita 9e9931d2bf Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. 2 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 3 years ago
Tom Lane 462bb7f128 Remove bms_first_member(). 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Eisentraut 5ac51c8c9e Adjust assorted hint messages that list all valid options. 3 years ago
Fujii Masao ecc84b916f Add regression test for TRUNCATE on foreign table not supporting TRUNCATE. 3 years ago
Peter Eisentraut 072132f04e Add header matching mode to COPY FROM 4 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 4 years ago
Peter Eisentraut 43f33dc018 Add HEADER support to COPY text format 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane dc9c3b0ff2 Remove dynamic translation of regression test scripts, step 2. 4 years ago
Tom Lane d1029bb5a2 Remove dynamic translation of regression test scripts, step 1. 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Heikki Linnakangas 2bc588798b Remove leftover comments, left behind by removal of WITH OIDS. 5 years ago
Heikki Linnakangas c532d15ddd Split copy.c into four files. 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Peter Eisentraut 3c173a53a8 Remove utils/acl.h from catalog/objectaddress.h 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Peter Eisentraut 33215d113d file_fdw: Fix for generated columns 7 years ago
Tom Lane 34ea1ab7fd Split create_foreignscan_path() into three functions. 7 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago