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
/
backend
Age
Commit message (
Expand
)
Author
2023-02-06
Fix up join removal's interaction with PlaceHolderVars.
Tom Lane
2023-02-06
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
Extend check_GUC_init() with checks on flag combinations when loading GUCs
Michael Paquier
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-05
Fix over-optimistic updating of info about commutable outer joins.
Tom Lane
2023-02-04
Fix thinko in qual distribution.
Tom Lane
2023-02-04
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
Rethink treatment of "postponed" quals in deconstruct_jointree().
Tom Lane
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-02-04
Remove unused code related to unknown type
Peter Eisentraut
2023-02-03
Make int64_div_fast_to_numeric() more robust.
Dean Rasheed
2023-02-03
Reduce code duplication between heapgettup and heapgettup_pagemode
David Rowley
2023-02-03
Optimize the origin drop functionality.
Amit Kapila
2023-02-02
Add helper functions to simplify heapgettup code
David Rowley
2023-02-02
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-02
Clarify the choice of rscale in numeric_sqrt().
Dean Rasheed
2023-02-02
Ensure that numeric.c compiles with other NBASE values.
Dean Rasheed
2023-02-02
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
Refactor heapam.c adding heapgettup_initial_block function
David Rowley
2023-02-01
Simplify main waiting loop of the archiver process
Michael Paquier
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-31
Remove over-optimistic Assert.
Tom Lane
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
Ensure that MERGE recomputes GENERATED expressions properly.
Dean Rasheed
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-28
Remove unneeded volatile qualifiers from postmaster.c.
Thomas Munro
2023-01-27
Minor GUC code refactoring.
Tom Lane
2023-01-27
Teach planner about more monotonic window functions
David Rowley
2023-01-26
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-26
Code review for commit 05a7be935.
Tom Lane
2023-01-26
Don't install postmaster symlink anymore
Peter Eisentraut
2023-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-26
Make auto_explain print the query identifier in verbose mode
Michael Paquier
2023-01-26
Fix rare sharedtuplestore.c corruption.
Thomas Munro
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-25
Process pending postmaster work before connections.
Thomas Munro
2023-01-24
Update more obsolete multixact.c comments.
Peter Geoghegan
2023-01-24
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-24
Fix the Drop Database hang.
Amit Kapila
2023-01-24
libpqwalreceiver: Convert to libpq-be-fe-helpers.h
Andres Freund
2023-01-24
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-23
Fix XLogPageRead() comment
Peter Eisentraut
2023-01-23
Add non-decimal integer support to type numeric.
Dean Rasheed
2023-01-23
Optimise numeric division for 3 and 4 base-NBASE digit divisors.
Dean Rasheed
[next]