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
2021-09-03
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
2021-09-01
Identify simple column references in extended statistics
Tomas Vondra
2021-08-28
Keep stats up to date for partitioned tables
Alvaro Herrera
2021-08-28
Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.
Noah Misch
2021-08-27
Use maintenance_io_concurrency for ANALYZE prefetch
Stephen Frost
2021-08-27
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-25
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-24
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-17
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
Emit namespace in the post-copy errmsg
Daniel Gustafsson
2021-08-10
Add call to object access hook at the end of table rewrite in ALTER TABLE
Michael Paquier
2021-08-09
Use ExplainPropertyInteger for queryid in EXPLAIN
David Rowley
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-07
Message style improvements
Peter Eisentraut
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-28
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-27
In event triggers, use "pg_temp" only for our own temp schema.
Tom Lane
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-26
Remove newly added useless assertion check
Alvaro Herrera
2021-07-22
Make ALTER TRIGGER RENAME consistent for partitioned tables
Alvaro Herrera
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
Update comments for AlterSubscription.
Amit Kapila
2021-07-18
Improve error checking of CREATE COLLATION options.
Dean Rasheed
2021-07-16
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-15
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-14
Remove unused function parameter in get_qual_from_partbound
John Naylor
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-13
Remove useless range checks on INT8 sequences
David Rowley
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-11
Lock the extension during ALTER EXTENSION ADD/DROP.
Tom Lane
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-06
Refactor function parse_subscription_options.
Amit Kapila
2021-07-01
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-06-28
Message style improvements
Peter Eisentraut
2021-06-28
Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATION
Michael Paquier
2021-06-25
Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().
Tom Lane
2021-06-25
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-16
Fix plancache refcount leak after error in ExecuteQuery.
Tom Lane
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-15
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
[next]