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
Age
Commit message (
Expand
)
Author
2024-03-04
Further further fix pg_upgrade crossversion test for adminpack.
Tom Lane
2024-03-04
Fix initdb's -c option to treat the GUC name case-insensitively.
Tom Lane
2024-03-04
Rework locking code in GetMultiXactIdMembers
Alvaro Herrera
2024-03-04
Simplify coding in slru.c
Alvaro Herrera
2024-03-04
Further fix pg_upgrade crossversion test for adminpack.
Tom Lane
2024-03-04
Fix crossversion test for unsupported versions
Daniel Gustafsson
2024-03-04
Adjust pg_upgrade crossversion test for adminpack
Daniel Gustafsson
2024-03-04
Put back required #include
Peter Eisentraut
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
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-03-04
Remove unused ParallelWorkerInfo.pid field
Heikki Linnakangas
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
Remove MyAuxProcType, use MyBackendType instead
Heikki Linnakangas
2024-03-04
Optimize GenerationAlloc() and SlabAlloc()
David Rowley
2024-03-04
Support partition pruning on boolcol IS [NOT] UNKNOWN
David Rowley
2024-03-04
Add PostgreSQL::Test::Cluster::wait_for_event()
Michael Paquier
2024-03-04
Add regression test for restart points during promotion
Michael Paquier
2024-03-04
injection_points: Add wait and wakeup of processes
Michael Paquier
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-02
Fix overflow in Windows replacement pg_pread/pg_pwrite.
Thomas Munro
2024-03-01
Return ssize_t in fd.c I/O functions.
Thomas Munro
2024-03-01
Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax
Michael Paquier
2024-03-01
Fix BF failure introduced by commit b3f6b14cf4.
Amit Kapila
2024-02-29
Convert unloggedLSN to an atomic variable.
Nathan Bossart
2024-02-29
Convert archiver's force_dir_scan variable to an atomic variable.
Nathan Bossart
2024-02-29
Introduce atomic read/write functions with full barrier semantics.
Nathan Bossart
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
Add missing RangeTblEntry field to jumble
Peter Eisentraut
2024-02-29
Remove field UpdateContext->updated in nodeModifyTable.c
Dean Rasheed
2024-02-29
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-29
Fixups for commit 93db6cbda0.
Amit Kapila
2024-02-29
Use C99-designated initializer syntax for arrays related to encodings
Michael Paquier
2024-02-28
Fix cross-version upgrade tests after f0827b443.
Tom Lane
2024-02-28
Fix documentation comments for test CA config files
Daniel Gustafsson
2024-02-28
Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.
Tom Lane
2024-02-28
Mop-up for AIX-ectomy: remove now-dead test code.
Tom Lane
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
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
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
Fix comments for the dshash_parameters struct.
Nathan Bossart
2024-02-27
Rationalize and improve error messages for some jsonpath items
Andrew Dunstan
2024-02-27
Remove unnecessary array object_classes[] in dependency.c
Michael Paquier
2024-02-27
Adjust memory allocation functions to allow sibling calls
David Rowley
[next]