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
/
include
/
commands
Age
Commit message (
Expand
)
Author
2024-06-14
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-09
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-11
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-08
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-06
Clarify what is protected by WaitLSNLock
Alexander Korotkov
2024-04-06
Use an LWLock instead of a spinlock in waitlsn.c
Alexander Korotkov
2024-04-03
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-02
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-01
Add new COPY option LOG_VERBOSITY.
Masahiko Sawada
2024-03-30
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-26
Remove ObjectClass type
Peter Eisentraut
2024-03-25
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-24
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-10
Improve support for ExplainOneQuery() hook
Michael Paquier
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-14
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
Michael Paquier
2024-02-05
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-25
Add progress reporting of skipped tuples during COPY FROM.
Masahiko Sawada
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-19
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
2024-01-16
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-15
Fix bugs in manipulation of large objects.
Tom Lane
2023-11-28
Use larger segment file names for pg_notify
Alexander Korotkov
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-05
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-09-30
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-25
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-08-23
Rename some function arguments for better clarity
Peter Eisentraut
2023-08-23
Add const decorations
Peter Eisentraut
2023-07-11
Report index vacuum progress.
Masahiko Sawada
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-03
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
Add macro for maximum statistics target
Peter Eisentraut
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-20
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
[next]