index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Commit message (
Expand
)
Author
Age
*
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-29
*
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-28
*
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
*
Add REJECT_LIMIT option to the COPY command.
Fujii Masao
2024-10-08
*
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-10-03
*
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-19
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
*
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-31
*
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
*
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-16
*
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-14
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
*
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
*
Clarify what is protected by WaitLSNLock
Alexander Korotkov
2024-04-07
*
Use an LWLock instead of a spinlock in waitlsn.c
Alexander Korotkov
2024-04-07
*
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-04-03
*
Use the pairing heap instead of a flat array for LSN replay waiters
Alexander Korotkov
2024-04-03
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Add new COPY option LOG_VERBOSITY.
Masahiko Sawada
2024-04-01
*
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-30
*
Remove ObjectClass type
Peter Eisentraut
2024-03-26
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-26
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Improve support for ExplainOneQuery() hook
Michael Paquier
2024-03-11
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
Michael Paquier
2024-02-14
*
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-02-05
*
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
*
Add progress reporting of skipped tuples during COPY FROM.
Masahiko Sawada
2024-01-25
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
2024-01-19
*
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-29
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
[next]