index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Age
Commit message (
Expand
)
Author
2024-10-29
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-08
Add REJECT_LIMIT option to the COPY command.
Fujii Masao
2024-10-03
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-09-19
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-31
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-16
When creating materialized views, use REFRESH to load data.
Jeff Davis
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-07
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-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-26
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-11
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-03
Update copyright for 2024
Bruce Momjian
2023-12-15
Fix bugs in manipulation of large objects.
Tom Lane
2023-11-29
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
[next]