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
2022-02-12
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-12
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-11
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-02-10
Remove server support for the previous base backup protocol.
Robert Haas
2022-02-10
Add min() and max() aggregates for xid8.
Fujii Masao
2022-02-09
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
Remove configure's check for rl_completion_append_character.
Tom Lane
2022-02-02
Some cleanup for change of collate and ctype fields to type text
Peter Eisentraut
2022-01-31
Fix missing undefine in sort_template.h
John Naylor
2022-01-30
Introduce pg_settings_get_flags() to find flags associated to a GUC
Michael Paquier
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-28
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-28
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-27
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-24
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
Server-side gzip compression.
Robert Haas
2022-01-24
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-20
Support base backup targets.
Robert Haas
2022-01-20
Remove 'datlastsysoid'.
Robert Haas
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
interval_out() must be marked STABLE, not IMMUTABLE.
Tom Lane
2022-01-18
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-15
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
Allow "in place" tablespaces.
Thomas Munro
2022-01-14
Rename value node fields
Peter Eisentraut
2022-01-13
Improve error handling of HMAC computations
Michael Paquier
2022-01-12
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
Add index on pg_publication_rel.prpubid
Alvaro Herrera
2022-01-12
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-11
Add missing include guard to win32ntdll.h.
Thomas Munro
2022-01-11
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-10
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-05
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
Use MaxLockMode symbol in more places.
Tom Lane
2022-01-03
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
[next]