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
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-16
Fix query-lifespan memory leakage in repeatedly executed hash joins.
Tom Lane
2018-03-13
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
Avoid holding AutovacuumScheduleLock while rechecking table statistics.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-06
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-02
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-01
Use ereport not elog for some corrupt-HOT-chain reports.
Tom Lane
2018-03-01
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-02-28
Rename base64 routines to avoid conflict with Solaris built-in functions.
Tom Lane
2018-02-27
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-05
Translation updates
Peter Eisentraut
2018-01-28
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-19
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-09
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-03
Make XactLockTableWait work for transactions that are not yet self-locked
Alvaro Herrera
2018-01-02
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2017-12-22
Disallow UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-15
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-11
Fix corner-case coredump in _SPI_error_callback().
Tom Lane
2017-12-08
Fix mistake in comment
Peter Eisentraut
2017-12-06
Report failure to start a background worker.
Robert Haas
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-26
Make has_sequence_privilege support WITH GRANT OPTION
Joe Conway
2017-11-25
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-21
Provide for forward compatibility with future minor protocol versions.
Robert Haas
2017-11-20
Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.
Tom Lane
2017-11-12
Install Windows crash dump handler before all else.
Noah Misch
2017-11-12
Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.
Noah Misch
2017-11-11
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-10
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-11-09
Fix typo in ALTER SYSTEM output.
Tom Lane
2017-11-08
Fix two violations of the ResourceOwnerEnlarge/Remember protocol.
Tom Lane
2017-11-06
Make json{b}_populate_recordset() use the right tuple descriptor.
Tom Lane
2017-11-05
Translation updates
Peter Eisentraut
2017-11-05
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-27
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
[next]