index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-30
Remove references to libpq_srcdir in adminpack and old_snapshot
Michael Paquier
2020-12-28
postgres_fdw: Fix connection leak.
Fujii Masao
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-22
Improve autoprewarm's handling of early-shutdown scenarios.
Tom Lane
2020-12-21
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-18
pg_stat_statements: Track time at which all statistics were last reset.
Fujii Masao
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-14
Improve some code around cryptohash functions
Michael Paquier
2020-12-11
Allow subscripting of hstore values.
Tom Lane
2020-12-10
Fix compilation of uuid-ossp
Michael Paquier
2020-12-10
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-08
pgcrypto: Detect errors with EVP calls from OpenSSL
Michael Paquier
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-11-30
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-26
pg_stat_statements: Track number of times pgss entries were deallocated.
Fujii Masao
2020-11-25
tablefunc: Reject negative number of tuples passed to normal_rand()
Peter Eisentraut
2020-11-24
Fix expected output: the order of agg permission checks changed.
Heikki Linnakangas
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-23
Split copy.c into four files.
Heikki Linnakangas
2020-11-17
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-15
Handle equality operator in contrib/pg_trgm
Alexander Korotkov
2020-11-14
Fix some typos
Michael Paquier
2020-11-12
pg_trgm: fix crash in 2-item picksplit
Andrew Gierth
2020-11-12
Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
Alexander Korotkov
2020-11-12
Fix name of the macro for getting signature length trgm_gist.c
Alexander Korotkov
2020-11-12
pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.
Fujii Masao
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-11-06
pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers.
Fujii Masao
2020-11-03
Use be_tls_* API for SSL information in sslinfo
Magnus Hagander
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-01
Add error code for encryption failure in pgcrypto
Michael Paquier
2020-10-23
Fix more portability issues in new amcheck code.
Tom Lane
2020-10-23
Fix portability issues in new amcheck test.
Tom Lane
2020-10-22
Try to avoid a compiler warning about using fxid uninitialized.
Robert Haas
2020-10-22
Extend amcheck to check heap pages.
Robert Haas
2020-10-20
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-19
Fix potential memory leak in pgcrypto
Michael Paquier
2020-10-16
Add missing error check in pgcrypto/crypt-md5.c.
Tom Lane
2020-10-16
postgres_fdw: Restructure connection retry logic.
Fujii Masao
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-13
Fix the unstable output of tests added by commit 8fccf75834.
Amit Kapila
2020-10-13
Add tests for logical replication spilled stats.
Amit Kapila
2020-10-10
Band-aid new postgres_fdw test case to remove error text dependency.
Tom Lane
[next]