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-03-25
Provide a TLS init hook
Andrew Dunstan
2020-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
Update SQL features
Peter Eisentraut
2020-03-25
Add collation versions for Windows.
Thomas Munro
2020-03-25
Allow NULL version for individual collations.
Thomas Munro
2020-03-25
Consider disk-based hash aggregation to implement DISTINCT.
Jeff Davis
2020-03-25
Avoid allocating unnecessary zero-sized array.
Jeff Davis
2020-03-24
Fix nbtree deduplication README commentary.
Peter Geoghegan
2020-03-24
logical decoding: Remove TODO about unnecessary optimization.
Andres Freund
2020-03-24
Fix compiler warning on Cygwin
Peter Eisentraut
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-24
Fix compiler warning
Peter Eisentraut
2020-03-24
Some refactoring of logical/worker.c
Peter Eisentraut
2020-03-24
Report wait event for cost-based vacuum delay.
Andres Freund
2020-03-24
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
Move routine building restore_command to src/common/
Michael Paquier
2020-03-24
Add wait events for WAL archive and recovery pause.
Fujii Masao
2020-03-24
Report NULL as total backup size if it's not estimated.
Fujii Masao
2020-03-23
Fixes for Disk-based Hash Aggregation.
Jeff Davis
2020-03-23
Add object names to partition integrity violations.
Amit Kapila
2020-03-23
Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
In log_newpage_range(), heed forkNum and page_std arguments.
Noah Misch
2020-03-21
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-21
Allow page lock to conflict among parallel group members.
Amit Kapila
2020-03-20
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-19
nbtree: Remove obsolete _bt_pgaddtup() comments.
Peter Geoghegan
2020-03-19
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
Prepare to support non-tables in publications
Peter Eisentraut
2020-03-19
Rename the recovery-related wait events.
Fujii Masao
2020-03-19
Add assert to ensure that page locks don't participate in deadlock cycle.
Amit Kapila
2020-03-19
nbtree: Use raw PageAddItem() for retail inserts.
Peter Geoghegan
2020-03-19
Fix comment related to concurrent index swapping in index.c
Michael Paquier
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
Refactor nbtree fastpath optimization.
Peter Geoghegan
2020-03-18
Implement type regcollation
Peter Eisentraut
2020-03-18
Recognize some OR clauses as compatible with functional dependencies
Tomas Vondra
2020-03-18
Fix wording of several extended stats comments
Tomas Vondra
2020-03-18
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-18
Fix typo in indexcmds.c
Michael Paquier
2020-03-18
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-18
nbtree: Remove useless local variables.
Peter Geoghegan
2020-03-18
Don't use EV_CLEAR for kqueue events.
Thomas Munro
2020-03-18
Fix kqueue support under debugger on macOS.
Thomas Munro
[next]