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
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-21
Fix bogus dependency handling for GENERATED expressions.
Tom Lane
2022-03-21
Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.
Tom Lane
2022-03-21
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-21
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-19
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Andres Freund
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
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-11
Add API of sorts for transition table handling in trigger.c
Alvaro Herrera
2022-03-11
DefineCollation() code cleanup
Peter Eisentraut
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-02-24
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
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-18
Fix comment in CheckIndexCompatible().
Fujii Masao
2022-02-17
Avoid VACUUM reltuples distortion.
Peter Geoghegan
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Add missing TYPEALIGN macros
John Naylor
2022-02-15
Reject change of output-column collation in CREATE OR REPLACE VIEW.
Tom Lane
2022-02-14
Database-level collation version tracking
Peter Eisentraut
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-10
Logical decoding of sequences
Tomas Vondra
2022-02-10
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-02
Some cleanup for change of collate and ctype fields to type text
Peter Eisentraut
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-29
Fix incorrect memory context switch in COPY TO execution
Michael Paquier
2022-01-28
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-28
Add some const decorations
Peter Eisentraut
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
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-23
Check syscache result in AlterStatistics
Tomas Vondra
2022-01-22
Remove useless inline marker.
Tom Lane
2022-01-20
Remove 'datlastsysoid'.
Robert Haas
2022-01-19
Remove redundant memory context switches in BeginCopyFrom().
Tom Lane
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
[next]