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
Age
Commit message (
Expand
)
Author
2020-03-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
Make pg_basebackup ask the server to estimate the total backup size, by default.
Fujii Masao
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
2020-03-17
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.
Tom Lane
2020-03-17
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-03-17
Remove bogus assertion about polymorphic SQL function result.
Tom Lane
2020-03-17
Fix comment in xlog.c.
Fujii Masao
2020-03-17
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-17
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
nbtree: Fix obsolete _bt_search() comment.
Peter Geoghegan
2020-03-16
Update comment
Alvaro Herrera
2020-03-16
Plug memory leak
Alvaro Herrera
2020-03-16
nbtree: Pass down MAXALIGN()'d itemsz for new item.
Peter Geoghegan
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-16
nbtree: Reorder nbtinsert.c prototypes.
Peter Geoghegan
2020-03-15
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-14
Improve test coverage for multi-column MCV lists
Tomas Vondra
2020-03-14
Improve test coverage for functional dependencies
Tomas Vondra
2020-03-14
Rearrange pseudotypes.c to get rid of duplicative code.
Tom Lane
2020-03-14
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
Use multi-variate MCV lists to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-14
Use functional dependencies to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-13
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
Refactor compile-time assertion checks in c.h
Michael Paquier
2020-03-11
Fix test case instability introduced in 085b6b667.
Tom Lane
2020-03-11
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
[next]