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-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-07
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-06
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-02
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-31
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-27
Minor GUC code refactoring.
Tom Lane
2023-01-26
Code review for commit 05a7be935.
Tom Lane
2023-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-24
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-24
Add helper library for use of libpq inside the server environment
Andres Freund
2023-01-23
Remove special outfuncs/readfuncs handling of RangeVar.catalogname.
Tom Lane
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-22
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-21
instr_time: Represent time as an int64 on all platforms
Andres Freund
2023-01-21
Rework format of comments in headers for nodes
Michael Paquier
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-20
Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.
Robert Haas
2023-01-20
Add new GUC reserved_connections.
Robert Haas
2023-01-20
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
Remove SHM_QUEUE
Andres Freund
2023-01-20
Use dlists instead of SHM_QUEUE for predicate locking
Andres Freund
2023-01-19
Fix ts_headline() to handle ORs and phrase queries more honestly.
Tom Lane
2023-01-19
Constify proclist.h
Peter Eisentraut
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
[next]