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-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-09
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
Code simplification
Peter Eisentraut
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-05
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
Remove ancient hacks to ignore certain opclass names in CREATE INDEX.
Tom Lane
2020-03-05
Remove ancient support for upgrading pre-7.3 foreign key constraints.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-02-27
Record parents of triggers
Alvaro Herrera
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-26
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-18
Make inherited LOCK TABLE perform access permission checks on parent table only.
Fujii Masao
2020-02-17
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-15
Update obsolete comment.
Tom Lane
2020-02-12
Remove long-dead comments.
Tom Lane
2020-02-10
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-07
Fix failure to create FKs correctly in partitions
Alvaro Herrera
2020-02-04
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-29
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-26
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-25
Clean up EXPLAIN's handling of per-worker details.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-21
Clarify behavior of adding and altering a column in same ALTER command.
Tom Lane
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-16
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-15
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-14
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-11
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-08
Fix handling of generated columns in ALTER TABLE.
Tom Lane
2020-01-08
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-04
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-02
Fix cloning of row triggers to sub-partitions
Alvaro Herrera
2020-01-02
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-23
Disallow partition key expressions that return pseudo-types.
Tom Lane
[next]