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
2023-02-12
Integrate pg_bsd_indent into our build/test infrastructure.
Tom Lane
2023-02-12
Sync pg_bsd_indent's copyright notices with Postgres practice.
Tom Lane
2023-02-12
Import pg_bsd_indent sources.
Tom Lane
2023-02-12
pgindent: filter files for the --commit option
Andrew Dunstan
2023-02-11
Add tests for pg_stat_io
Andres Freund
2023-02-11
Create regress_tblspc in test_setup
Andres Freund
2023-02-11
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-10
Fix join removal logic to clean up sub-RestrictInfos of OR clauses.
Tom Lane
2023-02-10
Further fixes in qual nullingrel adjustment for outer join commutation.
Tom Lane
2023-02-10
Fix incorrect format placeholder
Peter Eisentraut
2023-02-10
Fix typo in parsenodes.h
Michael Paquier
2023-02-10
pgstat: Track more detailed relation IO statistics
Andres Freund
2023-02-09
Fix help text spacing in pgindent
Andrew Dunstan
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-09
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-09
Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645
Andres Freund
2023-02-08
pgindent: more ways to find files to indent
Andrew Dunstan
2023-02-08
Further tighten nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-08
remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.
Tom Lane
2023-02-08
Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Michael Paquier
2023-02-08
Remove stray duplicated comment in heapam.h
David Rowley
2023-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-07
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
Doc: make src/test/*/README match current reality.
Tom Lane
2023-02-07
Remove leftover code in deconstruct_distribute_oj_quals().
Tom Lane
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-07
More refactoring of heapgettup() and heapgettup_pagemode()
David Rowley
2023-02-07
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-02-06
Fix more outdated comments
Peter Eisentraut
2023-02-06
Fix up outdated comments
Peter Eisentraut
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-06
Add support for progress reporting to pg_verifybackup
Michael Paquier
2023-02-06
Properly NULL-terminate GSS receive buffer on error packet reception
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
[next]