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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2024-03-17
Mark hash_corrupted() as pg_attribute_noreturn.
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
2024-03-17
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-16
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
2024-03-14
Refactor initial hash lookup in dynahash.c
Michael Paquier
2024-03-14
Add pg_column_toast_chunk_id().
Nathan Bossart
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-12
Add some asserts based on LWLockHeldByMe() for replication slot statistics
Michael Paquier
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-11
Don't destroy SMgrRelations at relcache invalidation
Heikki Linnakangas
2024-03-11
Improve consistency of replication slot statistics
Michael Paquier
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-08
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-08
Avoid recursion in MemoryContext functions
Alexander Korotkov
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-07
Add template for adaptive radix tree
John Naylor
2024-03-06
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-05
Run pgindent again on the same file.
Jeff Davis
2024-03-05
Run pgindent for commit ef4cfdce0e.
Jeff Davis
2024-03-05
Fix references to renamed function in comments
Heikki Linnakangas
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
Fix a leftover reference to backend_id in comment
Heikki Linnakangas
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-04
Remove the adminpack contrib extension
Daniel Gustafsson
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
Optimize GenerationAlloc() and SlabAlloc()
David Rowley
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
GUC table: Add description to computed variables
Alvaro Herrera
2024-03-01
Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax
Michael Paquier
2024-02-29
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-28
Fix mis-rounding and overflow hazards in date_bin().
Tom Lane
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-02-28
Remove last NULL element in config_group_names[]
Michael Paquier
2024-02-28
Refactor AllocSetAlloc(), separating hot and cold paths
David Rowley
2024-02-27
Use C99-designated initializer syntax for more arrays
Michael Paquier
2024-02-27
Rationalize and improve error messages for some jsonpath items
Andrew Dunstan
2024-02-27
Adjust memory allocation functions to allow sibling calls
David Rowley
2024-02-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
Nathan Bossart
2024-02-25
Improve documentation and GUC description for transaction_timeout
Alexander Korotkov
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
Speed up uuid_out() by not relying on a StringInfo
Michael Paquier
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
[next]