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-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
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-07
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-03
Fix temporary tablespaces for shared filesets some more.
Tom Lane
2020-07-03
Fix temporary tablespaces for shared filesets
Magnus Hagander
2020-07-01
Refactor creation of normal dependency records when creating extension
Michael Paquier
2020-07-01
Further adjustments to Hashagg EXPLAIN ANALYZE output
David Rowley
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-22
Undo double-quoting of index names in non-text EXPLAIN output formats.
Tom Lane
2020-06-20
Removal unused function parameter in CopyReadBinaryAttribute.
Amit Kapila
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-15
Fix some comments referring to past features
Michael Paquier
2020-06-13
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
Grammar object type refactoring
Peter Eisentraut
2020-06-12
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
[next]