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
/
include
Age
Commit message (
Expand
)
Author
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
Cleanup slots during drop database
Simon Riggs
2017-03-27
Fix uninitialized memory propagation mistakes
Alvaro Herrera
2017-03-27
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
Fix cpluspluscheck warning
Peter Eisentraut
2017-03-26
Fix typos in logical replication support for initial data copy.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
Report catalog_xmin separately in hot_standby_feedback
Simon Riggs
2017-03-25
Make header self-contained
Peter Eisentraut
2017-03-24
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
Add a txid_status function.
Robert Haas
2017-03-24
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
Allow SCRAM authentication, when pg_hba.conf says 'md5'.
Heikki Linnakangas
2017-03-24
Fix backup canceling
Teodor Sigaev
2017-03-24
Avoid syntax error on platforms that have neither LOCALE_T nor ICU.
Tom Lane
2017-03-23
Fix enum definition.
Robert Haas
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
Reduce page locking in GIN vacuum
Teodor Sigaev
2017-03-23
Remove trailing comma from enum definition
Peter Eisentraut
2017-03-23
Assorted compilation and test fixes
Peter Eisentraut
2017-03-23
Replication lag tracking for walsenders
Simon Riggs
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
Support multiple RADIUS servers
Magnus Hagander
2017-03-22
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2017-03-22
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-21
Add a direct function call mechanism using the caller's context.
Andrew Dunstan
2017-03-20
Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Andrew Dunstan
2017-03-20
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
Add configure test to see if the C compiler has gcc-style computed gotos.
Tom Lane
2017-03-18
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
Tom Lane
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
Allow plaintext 'password' authentication when user has a SCRAM verifier.
Heikki Linnakangas
2017-03-16
Add pg_ls_logdir() and pg_ls_waldir() functions.
Robert Haas
2017-03-16
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
Bump catversion for MACADDR8
Stephen Frost
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-15
Allow referring to functions without arguments when unique
Peter Eisentraut
[next]