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
/
src
/
backend
Age
Commit message (
Expand
)
Author
2020-12-14
Add some checkpoint/restartpoint status to ps display
Michael Paquier
2020-12-13
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-13
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-11
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-11
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-09
jit: Reference function pointer types via llvmjit_types.c.
Andres Freund
2020-12-08
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
Remove operator_precedence_warning.
Tom Lane
2020-12-08
Improve estimation of ANDs under ORs using extended statistics.
Dean Rasheed
2020-12-08
Improve estimation of OR clauses using multiple extended statistics.
Dean Rasheed
2020-12-08
Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum.
Fujii Masao
2020-12-08
jit: Correct parameter type for generated expression evaluation functions.
Andres Freund
2020-12-08
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-12-05
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
Remove unnecessary grammar symbols
Peter Eisentraut
2020-12-04
Remove incorrect assertion in reorderbuffer.c.
Amit Kapila
2020-12-04
Rename cryptohashes.c to cryptohashfuncs.c
Michael Paquier
2020-12-04
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-03
Small code simplifications
Peter Eisentraut
2020-12-03
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-02
Add GSS information to connection authorized log message
Stephen Frost
2020-12-02
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-12-02
Allow restore_command parameter to be changed with reload.
Fujii Masao
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-12-01
Use truncate(2) where appropriate.
Thomas Munro
2020-12-01
Free disk space for dropped relations on commit.
Thomas Munro
2020-11-30
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
Prevent parallel index build in a standalone backend.
Tom Lane
2020-11-30
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZE
Michael Paquier
2020-11-30
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-30
Improve log message about termination of background workers.
Fujii Masao
2020-11-28
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-27
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
Fix replication of in-progress transactions in tablesync worker.
Amit Kapila
2020-11-26
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
Use Enums for logical replication message types at more places.
Amit Kapila
2020-11-25
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-25
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
Make error hint from bind() failure more accurate
Peter Eisentraut
2020-11-25
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
Fix WaitLatch(NULL) on Windows.
Thomas Munro
2020-11-25
Remove obsolete comment atop ri_PlanCheck.
Amit Kapila
2020-11-25
Remove catalog function currtid()
Michael Paquier
[next]