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
2022-09-12
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-09
Fix GetForeignKey*Triggers for self-referential FKs
Alvaro Herrera
2022-09-08
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
Raise a warning if there is a possibility of data from multiple origins.
Amit Kapila
2022-09-06
Fix typo in 16d69ec29
David Rowley
2022-09-06
Remove buggy and dead code from CreateTriggerFiringOn
David Rowley
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-31
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-30
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-30
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-26
Fix typo in comment.
Etsuro Fujita
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-25
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-24
Fix ICU locale option handling in CREATE DATABASE
Peter Eisentraut
2022-08-24
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-22
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-22
Fix assertion failure in CREATE DATABASE
Peter Eisentraut
2022-08-22
Use logical operator && instead of & in vacuumparallel.c.
Amit Kapila
2022-08-19
Avoid reltuples distortion in very small tables.
Peter Geoghegan
2022-08-19
Initialize index stats during parallel VACUUM.
Peter Geoghegan
2022-08-18
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
Simplify and clarify an error message
Peter Eisentraut
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-12
Avoid using a fake relcache entry to own an SmgrRelation.
Robert Haas
2022-08-12
Reject MERGE in CTEs and COPY
Alvaro Herrera
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-06
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-04
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-04
Fix formatting and comment typos
John Naylor
2022-07-31
Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH
Michael Paquier
2022-07-28
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-28
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-28
Fix replay of create database records on standby
Alvaro Herrera
2022-07-27
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-26
Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.
Robert Haas
2022-07-26
Do not allow removal of superuser privileges from bootstrap user.
Robert Haas
2022-07-21
Make the name optional in CREATE STATISTICS.
Dean Rasheed
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-19
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-13
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
Remove useless assertions
Peter Eisentraut
2022-07-13
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-12
Invent qsort_interruptible().
Tom Lane
[next]