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
Age
Commit message (
Expand
)
Author
2021-02-10
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-02-09
Fix obsolete FSM remarks in nbtree README.
Peter Geoghegan
2021-02-09
Revert "Display the time when the process started waiting for the lock, in pg...
Fujii Masao
2021-02-09
Display the time when the process started waiting for the lock, in pg_locks.
Fujii Masao
2021-02-09
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-02-08
Fix mishandling of column-level SELECT privileges for join aliases.
Tom Lane
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-07
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-06
Clarify some comments around SharedRecoveryState in xlog.c
Michael Paquier
2021-02-05
Generalize parallel slot result handling.
Robert Haas
2021-02-05
Move some code from src/bin/scripts to src/fe_utils to permit reuse.
Robert Haas
2021-02-05
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-02-05
Fix bug in HashAgg's selective-column-spilling logic.
Tom Lane
2021-02-05
Tab-complete CREATE DATABASE ... LOCALE.
Thomas Munro
2021-02-05
Fix YA incremental sort bug.
Tom Lane
2021-02-04
Harden nbtree page deletion.
Peter Geoghegan
2021-02-04
Fix small error in COPY FROM progress reporting.
Heikki Linnakangas
2021-02-04
Refactor Windows error message for easier translation
Peter Eisentraut
2021-02-04
Ensure unlinking of old index file with REINDEX (TABLESPACE)
Michael Paquier
2021-02-04
Clarify comment in tablesync.c
Michael Paquier
2021-02-04
Add TABLESPACE option to REINDEX
Michael Paquier
2021-02-04
Avoid crash when rolling back within a prepared statement.
Tom Lane
2021-02-03
Factor pattern-construction logic out of processSQLNamePattern.
Robert Haas
2021-02-03
Remove special BKI_LOOKUP magic for namespace and role OIDs.
Tom Lane
2021-02-03
pg_dump: Fix dumping of inherited generated columns
Peter Eisentraut
2021-02-02
Retire findoidjoins.
Tom Lane
2021-02-02
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-02
Remove extra increment of plpgsql's statement counter for FOR loops.
Tom Lane
2021-02-02
Improve confusing variable names
Peter Eisentraut
2021-02-02
Remove unused column atttypmod from initial tablesync query
Michael Paquier
2021-02-01
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
Remove incidental dependencies on partitioned_rels lists.
Tom Lane
2021-02-01
Revise make_partition_pruneinfo to not use its partitioned_rels input.
Tom Lane
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Alexander Korotkov
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
Fix portability issue in new jsonbsubs code.
Tom Lane
2021-01-31
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-31
Remove unused _bt_delitems_delete() argument.
Peter Geoghegan
2021-01-31
Fix parsing of complex morphs to tsquery
Alexander Korotkov
2021-01-30
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
Allow GRANTED BY clause in normal GRANT and REVOKE statements
Peter Eisentraut
2021-01-30
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
[next]