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-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
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
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-14
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-03-13
Add a "void *" passthrough pointer for psqlscan.l's callback functions.
Tom Lane
2017-03-13
Use radix tree for character encoding conversions.
Heikki Linnakangas
2017-03-12
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
Fix comment about length of text, bytea, etc.
Noah Misch
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
Enable 64 bit atomics on ARM64.
Andres Freund
2017-03-10
Change the relkind for partitioned tables from 'P' to 'p'.
Tom Lane
2017-03-10
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Tom Lane
2017-03-10
Make CppAsString2() more visible in c.h.
Tom Lane
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Document intentional violations of header inclusion policy.
Tom Lane
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
Remove inclusion of postgres.h from a few header files.
Robert Haas
2017-03-08
tidbitmap: Support shared iteration.
Robert Haas
2017-03-07
hash: Refactor hash index creation.
Robert Haas
2017-03-07
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2017-03-06
Make simplehash.h grow hashtable in additional cases.
Andres Freund
[next]