Commit Graph

50645 Commits (bca96ddab57c7c64ce442b0f9f35558741c7f8bd)
 

Author SHA1 Message Date
Michael Paquier bca96ddab5 Fix crash of pg_stat_statements_info() without library loaded 5 years ago
Michael Paquier f854c69a5b Refactor SQL functions of SHA-2 in cryptohashfuncs.c 5 years ago
Peter Geoghegan e19594c5c0 Reduce the default value of vacuum_cost_page_miss. 5 years ago
Robert Haas 69059d3b2f In TrimCLOG(), don't reset XactCtl->shared->latest_page_number. 5 years ago
Robert Haas 0fcc2decd4 In clog_redo(), don't set XactCtl->shared->latest_page_number. 5 years ago
Tom Lane 662affcfe9 Doc: improve documentation for UNNEST(). 5 years ago
Robert Haas 1f113abdf8 Move StartupCLOG() calls to just after we initialize ShmemVariableCache. 5 years ago
Peter Geoghegan e42b3c3bd6 Fix GiST index deletion assert issue. 5 years ago
Michael Paquier 32bef75829 doc: Remove reference to views for TRUNCATE privilege 5 years ago
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