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-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
2021-06-14
Improve handling of dropped objects in pg_event_trigger_ddl_commands()
Michael Paquier
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-08
Avoid misbehavior when persisting a non-stable cursor.
Tom Lane
2021-06-03
Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY
Michael Paquier
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
Replace run-time error check with assertion
Peter Eisentraut
2021-05-25
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
Fix access to no-longer-open relcache entry in logical-rep worker.
Tom Lane
2021-05-21
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-10
Fix typos in operatorcmds.c
Michael Paquier
2021-05-08
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
Michael Paquier
2021-05-07
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-05
Remove unused argument of ATAddForeignConstraint
Alvaro Herrera
2021-05-05
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-04
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Alvaro Herrera
2021-05-04
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-04-30
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
[next]