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-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
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-21
Fix whitespace
Peter Eisentraut
2017-02-21
Fix connection leak in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-19
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-14
Don't disallow dropping NOT NULL for a list partition key.
Robert Haas
2017-02-12
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-01
Fix CatalogTupleInsert/Update abstraction for case of shared indstate.
Tom Lane
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
[next]