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-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
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-07
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-08-06
Fix bogus EXPLAIN output for Hash Aggregate
David Rowley
2020-08-02
Use int64 instead of long in incremental sort code
David Rowley
2020-08-01
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-07-31
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-28
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-25
Improve performance of binary COPY FROM through better buffering.
Tom Lane
2020-07-20
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-15
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-14
Add comment to explain an unused function parameter
David Rowley
2020-07-14
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-11
Avoid useless buffer allocations during binary COPY FROM.
Tom Lane
2020-07-11
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-08
Fix whitespace in HashAgg EXPLAIN ANALYZE
David Rowley
[next]