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-03-15
Allow extensions to add new backup targets.
Robert Haas
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-03-12
Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Michael Paquier
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-10
dshash: Add sequential scan support.
Andres Freund
2022-03-09
Add parse_analyze_withcb()
Peter Eisentraut
2022-03-08
Add support for zstd base backup compression.
Robert Haas
2022-03-07
Add pg_analyze_and_rewrite_varparams()
Peter Eisentraut
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
Remove some pointless code in block.h.
Tom Lane
2022-03-04
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-03-03
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-28
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-28
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-26
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
Fix few values in pg_proc for pg_stat_get_replication_slot.
Amit Kapila
2022-02-25
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
Add compute_query_id = regress
Michael Paquier
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-20
Use bitwise rotate functions in more places
John Naylor
2022-02-18
Add support for building with ZSTD.
Robert Haas
2022-02-18
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-18
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-15
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-15
Remove pg_atoi()
Peter Eisentraut
2022-02-15
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
Database-level collation version tracking
Peter Eisentraut
2022-02-14
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-14
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
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
[next]