Commit Graph

3904 Commits (f2a69b352de1dffc534c4835010e736018aa94de)

Author SHA1 Message Date
Michael Paquier 28d1601ad9 pgcrypto: Detect errors with EVP calls from OpenSSL 5 years ago
Michael Paquier 87ae9691d2 Move SHA2 routines to a new generic API layer for crypto hashes 5 years ago
Heikki Linnakangas 2bc588798b Remove leftover comments, left behind by removal of WITH OIDS. 5 years ago
Fujii Masao 9fbc3f318d pg_stat_statements: Track number of times pgss entries were deallocated. 5 years ago
Peter Eisentraut f73999262e tablefunc: Reject negative number of tuples passed to normal_rand() 5 years ago
Heikki Linnakangas 8818ad5b15 Fix expected output: the order of agg permission checks changed. 5 years ago
Heikki Linnakangas 0a2bc5d61e Move per-agg and per-trans duplicate finding to the planner. 5 years ago
Heikki Linnakangas c532d15ddd Split copy.c into four files. 5 years ago
Amit Kapila 9653f24ad8 Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 5 years ago
Alexander Korotkov 935f666650 Handle equality operator in contrib/pg_trgm 5 years ago
Michael Paquier 788dd0b839 Fix some typos 5 years ago
Andrew Gierth 3836d4b643 pg_trgm: fix crash in 2-item picksplit 5 years ago
Alexander Korotkov 3e8ec5b140 Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql 5 years ago
Alexander Korotkov 8ca8208ace Fix name of the macro for getting signature length trgm_gist.c 5 years ago
Fujii Masao b62e6056a0 pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW. 5 years ago
Tom Lane ec29427ce2 Fix and simplify some usages of TimestampDifference(). 5 years ago
Noah Misch 0c3185e963 In security-restricted operations, block enqueue of at-commit user code. 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Fujii Masao 53f614f130 pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers. 5 years ago
Magnus Hagander 5d1833f414 Use be_tls_* API for SSL information in sslinfo 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Michael Paquier aecaa04418 Add error code for encryption failure in pgcrypto 5 years ago
Tom Lane 321633e17b Fix more portability issues in new amcheck code. 5 years ago
Tom Lane 860593ec3b Fix portability issues in new amcheck test. 5 years ago
Robert Haas 8bb0c9770e Try to avoid a compiler warning about using fxid uninitialized. 5 years ago
Robert Haas 866e24d47d Extend amcheck to check heap pages. 5 years ago
Amit Kapila 03d51b776d Change the attribute name in pg_stat_replication_slots view. 5 years ago
Michael Paquier ca2a12c935 Fix potential memory leak in pgcrypto 5 years ago
Tom Lane 02a75f8369 Add missing error check in pgcrypto/crypt-md5.c. 5 years ago
Fujii Masao 7fc1a81e49 postgres_fdw: Restructure connection retry logic. 5 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Heikki Linnakangas 178f2d560d Include result relation info in direct modify ForeignScan nodes. 5 years ago
Amit Kapila 2050832d0d Fix the unstable output of tests added by commit 8fccf75834. 5 years ago
Amit Kapila 8fccf75834 Add tests for logical replication spilled stats. 5 years ago
Tom Lane 85d08b8b72 Band-aid new postgres_fdw test case to remove error text dependency. 5 years ago
Fujii Masao 32a9c0bdf4 postgres_fdw: reestablish new connection if cached one is detected as broken. 5 years ago
Michael Paquier ca7f8e2b86 Remove custom memory allocation layer in pgcrypto 5 years ago
Robert Haas aecf5ee2bb Add new 'old_snapshot' contrib module. 5 years ago
Robert Haas 0811f766fd pg_surgery: Try to stabilize regression tests. 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Tom Lane 76f412ab31 Remove factorial operators, leaving only the factorial() function. 5 years ago
Peter Geoghegan aac80bfcdd Fix amcheck child check pg_upgrade bug. 5 years ago
Amit Kapila 0ba5181c00 Skip empty transaction stream in test_decoding. 5 years ago
Robert Haas 34a947ca13 New contrib module, pg_surgery, with heap surgery functions. 5 years ago
Peter Eisentraut 0aa8f76408 Expose internal function for converting int64 to numeric 5 years ago
Peter Eisentraut 1dec091d5b Remove unused parameter 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Peter Eisentraut 76af9744db Remove unused parameter 5 years ago
Peter Eisentraut 96cfcadd26 Remove unused parameter 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago