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
/
storage
/
lmgr
Age
Commit message (
Expand
)
Author
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-01
Make materialized views participate in predicate locking
Michael Paquier
2022-11-22
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-20
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-19
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-22
Used optimized linear search in more code paths
Michael Paquier
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-07
Rely on __func__ being supported
Andres Freund
2022-07-18
Add output path arg in generate-lwlocknames.pl
Andres Freund
2022-07-11
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-11
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-05
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-02-26
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-15
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-10
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Use MaxLockMode symbol in more places.
Tom Lane
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-11-30
Fix typos
Michael Paquier
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-08-13
Un-break s_lock_test.
Tom Lane
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-24
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-15
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-09
Remove more obsolete comments about semaphores.
Thomas Munro
2021-07-01
Improve various places that double the size of a buffer
David Rowley
2021-05-17
Fix typo and outdated information in README.barrier
David Rowley
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-03
Prevent lwlock dtrace probes from unnecessary work
Peter Eisentraut
2021-04-03
Improve efficiency of wait event reporting, remove proc.h dependency.
Andres Freund
[next]