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
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
Age
Commit message (
Expand
)
Author
2021-01-18
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-18
Narrow the scope of a local variable.
Tom Lane
2021-01-18
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-18
Allow for error or refusal while absorbing a ProcSignalBarrier.
Robert Haas
2021-01-18
Bump PGSTAT_FILE_FORMAT_ID
Magnus Hagander
2021-01-18
Pause recovery for insufficient parameter settings
Peter Eisentraut
2021-01-18
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-17
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
Add missing array-enlargement logic to test_regex.c.
Tom Lane
2021-01-17
Revert "psql \dX: list extended statistics objects"
Tomas Vondra
2021-01-17
Add --no-instructions parameter to initdb
Magnus Hagander
2021-01-17
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-16
psql \dX: list extended statistics objects
Tomas Vondra
2021-01-16
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
Remove unnecessary pstrdup in fetch_table_list.
Amit Kapila
2021-01-15
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
Improve our heuristic for selecting PG_SYSROOT on macOS.
Tom Lane
2021-01-15
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-15
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-15
Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
Michael Paquier
2021-01-15
Fix O(N^2) stat() calls when recycling WAL segments
Michael Paquier
2021-01-14
pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner.
Tom Lane
2021-01-14
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
Stabilize timeline switch regression test.
Fujii Masao
2021-01-14
Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE.
Fujii Masao
2021-01-14
Minor header cleanup for the new iovec code.
Thomas Munro
2021-01-14
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-13
Move our p{read,write}v replacements into their own files.
Thomas Munro
2021-01-13
Mark inet_server_addr() and inet_server_port() as parallel-restricted.
Tom Lane
2021-01-13
Run reformat-dat-files to declutter the catalog data files.
Tom Lane
2021-01-13
Doc, more or less: uncomment tutorial example that was fixed long ago.
Tom Lane
2021-01-13
Disallow a digit as the first character of a variable name in pgbench.
Tom Lane
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
Log long wait time on recovery conflict when it's resolved.
Fujii Masao
2021-01-13
Don't use elog() in src/port/pwrite.c.
Thomas Munro
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-13
Fix routine name in comment of catcache.c
Michael Paquier
2021-01-12
Invent struct ReindexIndexInfo
Alvaro Herrera
2021-01-12
pg_dump: label INDEX ATTACH ArchiveEntries with an owner.
Tom Lane
2021-01-12
Fix thinko in comment
Alvaro Herrera
2021-01-12
Fix relation descriptor leak.
Amit Kapila
2021-01-12
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-12
Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry.
Tom Lane
2021-01-12
Make pg_dump's table of object-type priorities more maintainable.
Tom Lane
2021-01-11
Fix function prototypes in dependency.h.
Thomas Munro
2021-01-11
Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.
Tom Lane
[next]