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
2020-11-05
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-03
Improve error messages around REPLICATION and BYPASSRLS properties.
Tom Lane
2020-11-03
Allow users with BYPASSRLS to alter their own passwords.
Tom Lane
2020-11-03
Disallow ALTER TABLE ONLY / DROP EXPRESSION
Peter Eisentraut
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-11-02
Remove pg_collation.collversion.
Thomas Munro
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-10-29
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-27
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-26
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-10-25
Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Tom Lane
2020-10-23
Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane
2020-10-20
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-19
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
Fix handling of redundant options with COPY for "freeze" and "header"
Michael Paquier
2020-09-30
Reword partitioning error message
Alvaro Herrera
2020-09-29
Fix progress reporting of REINDEX CONCURRENTLY
Michael Paquier
2020-09-29
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
Minor mop-up for List improvements.
Tom Lane
2020-09-26
Revise RelationBuildRowSecurity() to avoid memory leaks.
Tom Lane
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-23
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
2020-09-16
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-08
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-05
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
Switch to multi-inserts when registering dependencies for many code paths
Michael Paquier
2020-09-04
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-02
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-01
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-09-01
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-22
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-16
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
[next]