index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2023-01-18
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-18
Add detached node functions to ilist
Andres Freund
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-18
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-17
Constify the arguments of copydir.h functions
Michael Paquier
2023-01-16
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
Refactor code in charge of running shell-based recovery commands
Michael Paquier
2023-01-16
Store IdentLine->pg_user as an AuthToken
Michael Paquier
2023-01-15
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-13
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-13
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-12
Constify the arguments of ilist.c/h functions
Peter Eisentraut
2023-01-12
Rename some variables related to ident files in hba.{c,h}
Michael Paquier
2023-01-12
Fix incorrect comment in hba.h
Michael Paquier
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
Remove function declarations from headers for some undefined functions
Michael Paquier
2023-01-10
Add new GUC createrole_self_grant.
Robert Haas
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-09
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-08
Doc: improve commentary about providing our own definitions of M_PI.
Tom Lane
2023-01-06
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-03
Fix typo in memutils_memorychunk.h
David Rowley
2023-01-03
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-03
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
Add const to BufFileWrite
Peter Eisentraut
2022-12-29
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2022-12-28
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
Convert tsqueryin and tsvectorin to report errors softly.
Tom Lane
2022-12-27
Detect bad input for types xid, xid8, and cid.
Tom Lane
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-24
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
Fix recent accidental omission in pg_proc.dat
David Rowley
2022-12-23
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael Paquier
[next]