Commit Graph

3987 Commits (198b3716dba68544b55cb97bd120738a86d5df2d)

Author SHA1 Message Date
David Rowley ed934d4fa3 Allow estimate_num_groups() to pass back further details about the estimation 5 years ago
Amit Kapila f64ea6dc5c Add a xid argument to the filter_prepare callback for output plugins. 5 years ago
Etsuro Fujita bc2797ebb1 Update obsolete comment. 5 years ago
Peter Eisentraut 22e1943f13 pgcrypto: Check for error return of px_cipher_decrypt() 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Andres Freund 5f79580ad6 Fix memory lifetime issues of replication slot stats. 5 years ago
Peter Geoghegan 65445469d6 amcheck: Reduce debug message verbosity. 5 years ago
Robert Haas 4078ce65a0 Fix a confusing amcheck corruption message. 5 years ago
Michael Paquier 0ba71107ef Revert changes for SSL compression in libpq 5 years ago
Michael Paquier 096bbf7c93 Switch back sslcompression to be a normal input field in libpq 5 years ago
Michael Paquier f9264d1524 Remove support for SSL compression 5 years ago
Tom Lane 1265a9c8f8 Add binary I/O capability for cube datatype. 5 years ago
Tom Lane 112d411fbe Remove deprecated containment operators for contrib types. 5 years ago
Amit Kapila 19890a064e Add option to enable two_phase commits via pg_create_logical_replication_slot. 5 years ago
Amit Kapila 8bdb1332eb Avoid repeated decoding of prepared transactions after a restart. 5 years ago
Noah Misch 388b959315 Raise a timeout to 180s, in contrib/test_decoding. 5 years ago
Peter Geoghegan e5d8a99903 Use full 64-bit XIDs in deleted nbtree pages. 5 years ago
Michael Paquier bcf2667bf6 Fix some typos, grammar and style in docs and comments 5 years ago
Alvaro Herrera 8deb6b38dc
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed 5 years ago
Peter Eisentraut 6f6f284c7e Simplify printing of LSNs 5 years ago
Tom Lane 6ee479abfc Fix invalid array access in trgm_regexp.c. 5 years ago
Tom Lane 08c0d6ad65 Invent "rainbow" arcs within the regex engine. 5 years ago
Peter Eisentraut f5465fade9 Allow specifying CRL directory 5 years ago
Tomas Vondra 927f453a94 Fix tuple routing to initialize batching only for inserts 5 years ago
Peter Eisentraut 0e392fcc0d Use errmsg_internal for debug messages 5 years ago
Fujii Masao 46d6e5f567 Display the time when the process started waiting for the lock, in pg_locks, take 2 5 years ago
Peter Geoghegan 9e596b65f4 Add "LP_DEAD item?" column to GiST pageinspect functions 5 years ago
Peter Geoghegan fa41cf8f18 Avoid misinterpreting GiST pages in pageinspect. 5 years ago
Michael Paquier b83dcf7928 Add result size as argument of pg_cryptohash_final() for overflow checks 5 years ago
Fujii Masao 890d2182a2 Revert "Display the time when the process started waiting for the lock, in pg_locks." 5 years ago
Fujii Masao 3b733fcd04 Display the time when the process started waiting for the lock, in pg_locks. 5 years ago
Peter Geoghegan 5fd590021d Correct pgstattuple B-Tree page comments. 5 years ago
Heikki Linnakangas 6214e2b228 Fix permission checks on constraint violation errors on partitions. 5 years ago
Etsuro Fujita 5e7fa189ee postgres_fdw: Fix assertion in estimate_path_cost_size(). 5 years ago
Tom Lane 5c0f7cc544 Fix ancient memory leak in contrib/auto_explain. 5 years ago
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 5 years ago
Fujii Masao f77717b298 postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. 5 years ago
Thomas Munro 514b411a2b Retire pg_standby. 5 years ago
Peter Eisentraut b034ef9b37 Remove gratuitous uses of deprecated SELECT INTO 5 years ago
Michael Paquier bca96ddab5 Fix crash of pg_stat_statements_info() without library loaded 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 07d46fceb4 Fix broken ruleutils support for function TRANSFORM clauses. 5 years ago
Tom Lane 0c1e8845f2 Add a simple test for contrib/auto_explain. 5 years ago
Michael Paquier a8ed6bb8f4 Introduce SHA1 implementations in the cryptohash infrastructure 5 years ago
Tom Lane 58cd8dca3d Avoid redundantly prefixing PQerrorMessage for a connection failure. 5 years ago
Tom Lane 55dc86eca7 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 5 years ago
Tomas Vondra b663a41363 Implement support for bulk inserts in postgres_fdw 5 years ago