Commit Graph

50636 Commits (4c9c359d38ff1e2de388eedd860785be6a49201c)
 

Author SHA1 Message Date
Michael Paquier 4c9c359d38 Refactor code in tablecmds.c to check and process tablespace moves 5 years ago
Tom Lane d5a83d79c9 Rethink recently-added SPI interfaces. 5 years ago
Tom Lane 7292fd8f1c Suppress compiler warnings from commit ee895a655. 5 years ago
Tom Lane f76a85000b Code review for psql's helpSQL() function. 5 years ago
Michael Paquier 7b4c660466 Fix memory leak when deallocating prepared statement in postgres_fdw 5 years ago
Fujii Masao 0c3fc09fe3 postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS 5 years ago
Fujii Masao 6adc5376dc postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all(). 5 years ago
Fujii Masao 411ae64997 postgres_fdw: Add functions to discard cached connections. 5 years ago
Tom Lane ee895a655c Improve performance of repeated CALLs within plpgsql procedures. 5 years ago
Andres Freund 55ef8555f0 Fix two typos in snapbuild.c. 5 years ago
Tom Lane 881933f194 Don't clobber the calling user's credentials cache in Kerberos test. 5 years ago
Tom Lane 07d46fceb4 Fix broken ruleutils support for function TRANSFORM clauses. 5 years ago
Robert Haas d18e75664a Remove CheckpointLock. 5 years ago
Tom Lane 951862eda5 Doc: improve documentation of pg_proc.protrftypes. 5 years ago
Peter Eisentraut ecc4b1318c Remove duplicate include 5 years ago
David Rowley 16dfe253e3 Fix hypothetical bug in heap backward scans 5 years ago
Amit Kapila 40ab64c1ec Fix ALTER PUBLICATION...DROP TABLE behavior. 5 years ago
Tom Lane a4b03de589 Make storage/standby.h compile standalone again. 5 years ago
Tom Lane c7edf4ac24 Update time zone data files to tzdata release 2021a. 5 years ago
Tom Lane 0c1e8845f2 Add a simple test for contrib/auto_explain. 5 years ago
Magnus Hagander 8a337b0ed2 Remove make_diff set of tools 5 years ago
Tom Lane 7e57255f61 Doc: clean up contrib/pageinspect's GIST function documentation. 5 years ago
Tomas Vondra 39b66a91bd Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS 5 years ago
Tom Lane 183bbd1b6d Doc: update example connection-failure messages in the documentation. 5 years ago
Tom Lane 68d1c33941 Update ecpg's connect-test1 for connection-failure message changes. 5 years ago
Michael Paquier a8ed6bb8f4 Introduce SHA1 implementations in the cryptohash infrastructure 5 years ago
Tom Lane 3fc81ce459 Suppress bison warning in ecpg grammar. 5 years ago
Tom Lane 50bebc1ae1 Doc: improve directions for building on macOS. 5 years ago
Tom Lane 58cd8dca3d Avoid redundantly prefixing PQerrorMessage for a connection failure. 5 years ago
Tom Lane 7cd9765f9b Re-allow DISTINCT in pl/pgsql expressions. 5 years ago
Tom Lane ab66645628 Doc: remove misleading claim in documentation of PQreset(). 5 years ago
Magnus Hagander 0a9ae44288 Remove reference to ftp servers from documentation 5 years ago
Peter Eisentraut 09418bed67 Remove bogus tracepoint 5 years ago
Heikki Linnakangas 29ad6595ef doc: Copy-edit the "Overview of PostgreSQL Internals" chapter 5 years ago
Michael Paquier af0e79c8f4 Move SSL information callback earlier to capture more information 5 years ago
Tom Lane 27a48e5a16 Improve new wording of libpq's connection failure messages. 5 years ago
Tom Lane 55dc86eca7 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 5 years ago
Tomas Vondra 920f853dc9 Fix initialization of FDW batching in ExecInitModifyTable 5 years ago
Michael Paquier 733d670073 Switch "cl /?" to "cl /help" in MSVC scripts for platform detection 5 years ago
Tomas Vondra b663a41363 Implement support for bulk inserts in postgres_fdw 5 years ago
Tomas Vondra ad600bba04 psql \dX: list extended statistics objects 5 years ago
Tom Lane 9d23c15a03 Further tweaking of PG_SYSROOT heuristics for macOS. 5 years ago
Tom Lane c2dc1a7976 Disable vacuum page skipping in selected test cases. 5 years ago
Heikki Linnakangas 6b4d3046f4 Fix bug in detecting concurrent page splits in GiST insert 5 years ago
Thomas Munro 679744cf1b Fix sample output of EXPLAIN ANALYZE. 5 years ago
Michael Paquier a36dc04d42 Add regression test for DROP OWNED BY with default ACLs 5 years ago
Michael Paquier 21378e1fef Fix ALTER DEFAULT PRIVILEGES with duplicated objects 5 years ago
Tom Lane a0efda88a6 Remove faulty support for MergeAppend plan with WHERE CURRENT OF. 5 years ago
Peter Eisentraut f18aa1b203 pageinspect: Change block number arguments to bigint 5 years ago
Fujii Masao ee79a548e7 doc: Add note about the server name of postgres_fdw_get_connections() returns. 5 years ago