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
/
commands
Age
Commit message (
Expand
)
Author
2017-03-28
Cleanup slots during drop database
Simon Riggs
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-26
Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
Add more subscription DDL tests
Peter Eisentraut
2017-03-24
Check that published table exists on subscriber
Peter Eisentraut
2017-03-24
Fix use-after-free bug
Alvaro Herrera
2017-03-24
Make VACUUM VERBOSE report the number of skipped frozen pages.
Fujii Masao
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
Fix grammar in comment
Magnus Hagander
2017-03-22
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
Refine rules for altering publication owner
Peter Eisentraut
2017-03-22
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-20
Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Andrew Dunstan
2017-03-20
Use a consistent error message style for user mappings.
Andrew Dunstan
2017-03-18
Avoid use of already-closed relcache entry.
Tom Lane
2017-03-18
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
Tom Lane
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-16
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-09
Use SQL standard error code for nextval
Peter Eisentraut
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Expose explain's SUMMARY option
Stephen Frost
2017-03-08
Prevent logical rep workers with removed subscriptions from starting.
Fujii Masao
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
Fix connection leak in DROP SUBSCRIPTION command, take 2.
Fujii Masao
2017-03-07
Fix relcache reference leak.
Robert Haas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-06
Avoid dangling pointer to relation name in RLS code path in DoCopy().
Tom Lane
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
Use class_args field in opclass_drop
Peter Eisentraut
2017-03-06
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-03-04
In rebuild_relation(), don't access an already-closed relcache entry.
Tom Lane
2017-03-04
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-03-03
Fix typo
Peter Eisentraut
2017-03-03
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
Allow vacuums to report oldestxmin
Simon Riggs
2017-03-02
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
[next]