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-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
2022-07-12
Support TRUNCATE triggers on foreign tables.
Fujii Masao
2022-07-11
Improve two comments related to a boolean DefElem's value
Michael Paquier
2022-07-06
pgstat: drop subscription stats without slot as well, fix comment
Andres Freund
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-07-05
Fix pg_prepared_statements.result_types for DML statements
Peter Eisentraut
2022-07-05
Add result_types column to pg_prepared_statements view
Peter Eisentraut
2022-07-02
Emit debug message when executing extension script.
Jeff Davis
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-25
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-23
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-06-02
Prohibit combining publications with different column lists.
Amit Kapila
2022-05-29
Fix COPY FROM when database encoding is SQL_ASCII.
Heikki Linnakangas
2022-05-20
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-18
Fix EXPLAIN MERGE output when no tuples are processed
Alvaro Herrera
2022-05-18
Make EXPLAIN MERGE output format more compact
Alvaro Herrera
2022-05-12
Add missing binary_upgrade.h includes.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-09
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-07
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-04-25
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-20
Fix breakage in AlterFunction().
Tom Lane
2022-04-14
Have CLUSTER ignore partitions not owned by caller
Alvaro Herrera
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
Release cache tuple when no longer needed
Alvaro Herrera
2022-04-13
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-09
Add missing serial commas
Peter Eisentraut
[next]