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-10-05
Rename shadowed local variables
David Rowley
2022-10-04
Cleanup useless assignments and checks
Michael Paquier
2022-10-01
Fix tiny memory leaks
Peter Eisentraut
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
Remove publicationcmds.c's expr_allowed_in_node as a function
Alvaro Herrera
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Improve some publication-related error messages
Alvaro Herrera
2022-09-25
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
Fix thinko in comment.
Etsuro Fujita
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
Improve ICU option handling in CREATE DATABASE
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-16
Message wording improvements
Peter Eisentraut
2022-09-16
Don't allow creation of database with ICU locale with unsupported encoding
Peter Eisentraut
2022-09-15
Fix grammar in error message
John Naylor
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
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
[next]