Commit Graph

3935 Commits (ee79a548e746da9a99df0cac70a3ddc095f2829a)

Author SHA1 Message Date
Heikki Linnakangas 5d1e5c8b75 Check for BuildIndexValueDescription returning NULL in gist_page_items 5 years ago
Fujii Masao 708d165ddb postgres_fdw: Add function to list cached connections to foreign servers. 5 years ago
Heikki Linnakangas 04eb75e783 pageinspect: Fix relcache leak in gist_page_items(). 5 years ago
Tomas Vondra 7db0cd2145 Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE 5 years ago
Fujii Masao 5e5f4fcd89 postgres_fdw: Save foreign server OID in connection cache entry. 5 years ago
Heikki Linnakangas 5abca4b1cd Fix test failure with wal_level=minimal. 5 years ago
Peter Geoghegan 9dc718bdf2 Pass down "logically unchanged index" hint. 5 years ago
Heikki Linnakangas 6ecaaf810b Fix portability issues in the new gist pageinspect test. 5 years ago
Heikki Linnakangas 756ab29124 Add functions to 'pageinspect' to inspect GiST indexes. 5 years ago
Amit Kapila e33d004900 Fix the test for decoding of two-phase transactions. 5 years ago
Michael Paquier 15b824da97 Fix and simplify some code related to cryptohashes 5 years ago
Amit Kapila 5a3574d7b3 Test decoding of two-phase transactions during the build of a consistent snapshot. 5 years ago
Thomas Munro 034510c820 Replace remaining uses of "whitelist". 5 years ago
Tom Lane c9d5298485 Re-implement pl/pgsql's expression and assignment parsing. 5 years ago
Amit Kapila a271a1b50e Allow decoding at prepare time in ReorderBuffer. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 7ca37fb040 Use setenv() in preference to putenv(). 5 years ago
Amit Kapila 0aa8a01d04 Extend the output plugin API to allow decoding of prepared xacts. 5 years ago
Michael Paquier 107a2d4204 Remove references to libpq_srcdir in adminpack and old_snapshot 5 years ago
Fujii Masao e3ebcca843 postgres_fdw: Fix connection leak. 5 years ago
Tom Lane 7519bd16d1 Fix race condition between shutdown and unstarted background workers. 5 years ago
Michael Paquier 90fbf7c57d Fix typos and grammar in docs and comments 5 years ago
Tom Lane ff769831e0 Improve autoprewarm's handling of early-shutdown scenarios. 5 years ago
Michael Paquier 93e8ff8701 Refactor logic to check for ASCII-only characters in string 5 years ago
Fujii Masao 2e0fedf036 pg_stat_statements: Track time at which all statistics were last reset. 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Michael Paquier 9b584953e7 Improve some code around cryptohash functions 5 years ago
Tom Lane 0ec5f7e782 Allow subscripting of hstore values. 5 years ago
Michael Paquier 525e60b742 Fix compilation of uuid-ossp 5 years ago
Michael Paquier b67b57a966 Refactor MD5 implementations according to new cryptohash infrastructure 5 years ago
Tom Lane c7aba7c14e Support subscripting of arbitrary types, not only arrays. 5 years ago
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