summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-30Remove references to libpq_srcdir in adminpack and old_snapshotMichael Paquier
2020-12-28postgres_fdw: Fix connection leak.Fujii Masao
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-22Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane
2020-12-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-12-18pg_stat_statements: Track time at which all statistics were last reset.Fujii Masao
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-14Improve some code around cryptohash functionsMichael Paquier
2020-12-11Allow subscripting of hstore values.Tom Lane
2020-12-10Fix compilation of uuid-osspMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-30Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas
2020-11-26pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao
2020-11-25tablefunc: Reject negative number of tuples passed to normal_rand()Peter Eisentraut
2020-11-24Fix expected output: the order of agg permission checks changed.Heikki Linnakangas
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-11-15Handle equality operator in contrib/pg_trgmAlexander Korotkov
2020-11-14Fix some typosMichael Paquier
2020-11-12pg_trgm: fix crash in 2-item picksplitAndrew Gierth
2020-11-12Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sqlAlexander Korotkov
2020-11-12Fix name of the macro for getting signature length trgm_gist.cAlexander Korotkov
2020-11-12pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.Fujii Masao
2020-11-11Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-06pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers.Fujii Masao
2020-11-03Use be_tls_* API for SSL information in sslinfoMagnus Hagander
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-11-01Add error code for encryption failure in pgcryptoMichael Paquier
2020-10-23Fix more portability issues in new amcheck code.Tom Lane
2020-10-23Fix portability issues in new amcheck test.Tom Lane
2020-10-22Try to avoid a compiler warning about using fxid uninitialized.Robert Haas
2020-10-22Extend amcheck to check heap pages.Robert Haas
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-19Fix potential memory leak in pgcryptoMichael Paquier
2020-10-16Add missing error check in pgcrypto/crypt-md5.c.Tom Lane
2020-10-16postgres_fdw: Restructure connection retry logic.Fujii Masao
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-13Fix the unstable output of tests added by commit 8fccf75834.Amit Kapila
2020-10-13Add tests for logical replication spilled stats.Amit Kapila
2020-10-10Band-aid new postgres_fdw test case to remove error text dependency.Tom Lane