index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-18
*
Refactor recordExtObjInitPriv()
Peter Eisentraut
2023-01-17
*
Remove AggregateRelationId from recordExtObjInitPriv()
Peter Eisentraut
2023-01-17
*
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-13
*
Restrict the privileges of CREATEROLE users.
Robert Haas
2023-01-10
*
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-23
*
Remove dead code
Peter Eisentraut
2022-12-22
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Non-decimal integer literals
Peter Eisentraut
2022-12-14
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Refactor ExecGrant_*() functions
Peter Eisentraut
2022-12-13
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Provide non-superuser predefined roles for vacuum and analyze
Andrew Dunstan
2022-11-28
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Correct some SQL feature names
Peter Eisentraut
2022-11-25
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Fix long-obsolete comment.
Tom Lane
2022-11-20
*
Update some more ObjectType switch statements to not have default
Peter Eisentraut
2022-11-17
*
Use multi-inserts for pg_enum
Michael Paquier
2022-11-16
*
Avoid some overhead with open and close of catalog indexes
Michael Paquier
2022-11-16
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Unify some internal error message wordings
Peter Eisentraut
2022-11-08
*
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-03
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Fix bug in DROP OWNED BY.
Robert Haas
2022-09-28
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Message style improvements
Peter Eisentraut
2022-09-24
*
pgstat: Fix transactional stats dropping for indexes
Andres Freund
2022-09-23
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Tighten pg_get_object_address argument checking
Peter Eisentraut
2022-09-21
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Make ALTER DEFAULT PRIVILEGES require privileges, not membership.
Robert Haas
2022-09-19
*
Fix typos.
Amit Kapila
2022-09-19
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
[next]