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
/
include
Age
Commit message (
Expand
)
Author
2023-02-23
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-23
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-22
Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes
Andres Freund
2023-02-22
Remove newly added asserts from pg_bitutils.h
John Naylor
2023-02-22
Implement ANY_VALUE aggregate
Peter Eisentraut
2023-02-20
Add MSVC support for pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
Add assert checking to pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
Speedup and increase usability of set proc title functions
David Rowley
2023-02-17
Redesign archive modules
Michael Paquier
2023-02-17
Remove obsolete platforms from ps_status.c.
Thomas Munro
2023-02-16
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-14
Change argument type of pq_sendbytes from char * to void *
Peter Eisentraut
2023-02-13
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-11
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
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 various typos in code and tests
Michael Paquier
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
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
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
[next]