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
Age
Commit message (
Expand
)
Author
2020-03-03
Fix typo in monitoring.sgml.
Fujii Masao
2020-03-03
Remove overzealous _bt_split() assertions.
Peter Geoghegan
2020-03-03
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-03-03
Fix the name of the first WAL segment file, in docs.
Fujii Masao
2020-03-03
Report progress of streaming base backup.
Fujii Masao
2020-03-03
Preserve pg_index.indisclustered across REINDEX CONCURRENTLY
Michael Paquier
2020-03-02
Fix possibly-uninitialized variable.
Tom Lane
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.
Tom Lane
2020-03-02
Silence nbtree.h cpluspluscheck warning.
Peter Geoghegan
2020-03-02
Add assertions to _bt_update_posting().
Peter Geoghegan
2020-03-02
Update Microsoft documentation link
Peter Eisentraut
2020-03-02
Remove long unused code behind a #if 0
Peter Eisentraut
2020-03-02
Fix command-line colorization on Windows with VT100-compatible environments
Michael Paquier
2020-03-02
Handle logical decoding in multi-insert for catalog tuples
Michael Paquier
2020-03-01
Remove dead code from _bt_update_posting().
Peter Geoghegan
2020-03-01
Fix corner-case loss of precision in numeric ln().
Dean Rasheed
2020-02-29
Doc: Fix pageinspect bt_page_items() example.
Peter Geoghegan
2020-02-29
Teach pageinspect about nbtree deduplication.
Peter Geoghegan
2020-02-29
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
Remove obsolete comment.
Tom Lane
2020-02-29
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
Fix commit c11cb17d.
Jeff Davis
2020-02-28
Doc: correct thinko in pg_buffercache documentation.
Tom Lane
2020-02-28
Add comments on avoid reuse of parse-time snapshot
Alvaro Herrera
2020-02-28
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-27
Catversion bump for b9b408c48724
Alvaro Herrera
2020-02-27
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
Doc: Fix deduplicate_items index term.
Peter Geoghegan
2020-02-27
Record parents of triggers
Alvaro Herrera
2020-02-27
Remove TAP test for createdb --lc-ctype
Michael Paquier
2020-02-27
Skip foreign tablespaces when running pg_checksums/pg_verify_checksums
Michael Paquier
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
Michael Paquier
2020-02-26
Silence another compiler warning in nbtinsert.c.
Peter Geoghegan
2020-02-26
Suppress unnecessary RelabelType nodes in more cases.
Tom Lane
2020-02-26
Fix docs regarding AFTER triggers on partitioned tables
Alvaro Herrera
2020-02-26
Silence compiler warning in nbtinsert.c.
Peter Geoghegan
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
Include error code in message from pg_upgrade
Magnus Hagander
2020-02-25
Fix build failure on header generation with repetitive builds of MSVC
Michael Paquier
2020-02-24
Fix compile failure.
Tom Lane
2020-02-24
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-24
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
Change client-side fsync_fname() to report errors fatally
Peter Eisentraut
2020-02-24
Adapt hashfn.c and hashutils.h for frontend use.
Robert Haas
2020-02-24
Put all the prototypes for hashfn.c into the same header file.
Robert Haas
[next]