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
Age
Commit message (
Expand
)
Author
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-29
Guard against overflow in make_interval().
Dean Rasheed
2023-10-27
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
2023-10-23
Refactor parse_filename_for_nontemp_relation to parse more.
Robert Haas
2023-10-21
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-20
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
Install wait_event_types.h in VPATH builds
Michael Paquier
2023-10-18
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-18
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
Harden xxx_is_visible() functions against concurrent object drops.
Tom Lane
2023-10-14
Harden has_xxx_privilege() functions against concurrent object drops.
Tom Lane
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
Add support for AT LOCAL
Michael Paquier
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-11
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-09
Rename StartBackgroundWorker() to BackgroundWorkerMain().
Heikki Linnakangas
2023-10-09
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-07
Restore proper linkage of pg_char_to_encoding() and friends.
Tom Lane
2023-10-06
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-10-05
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
Refactor ListenSocket array.
Heikki Linnakangas
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-03
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-02
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
Add rmgrdesc README
Heikki Linnakangas
2023-10-02
Revert "Add soft error handling to some expression nodes"
Amit Langote
2023-10-02
Add soft error handling to some expression nodes
Amit Langote
2023-10-01
Correct assertion and comments about XLogRecordMaxSize.
Noah Misch
2023-09-30
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
Return data from heap_page_prune via a struct.
Robert Haas
[next]