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
/
backend
Age
Commit message (
Expand
)
Author
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-13
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-13
Remove separate locale_is_c arguments
Peter Eisentraut
2024-09-13
Prohibit altering invalidated replication slots.
Amit Kapila
2024-09-12
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
Remove redundant check for default collation.
Jeff Davis
2024-09-12
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
Add has_largeobject_privilege function.
Fujii Masao
2024-09-12
Deduplicate code in LargeObjectExists and myLargeObjectExists.
Fujii Masao
2024-09-12
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-09-12
Remove old RULE privilege completely.
Fujii Masao
2024-09-12
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-12
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-09-12
Adjust tuplestore stats API
David Rowley
2024-09-12
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-09-11
Remove incorrect Assert.
Tom Lane
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-11
Fix unique key checks in JSON object constructors
Tomas Vondra
2024-09-11
Remove obsolete unconstify()
Peter Eisentraut
2024-09-11
Improve assertion in FindReplTupleInLocalRel().
Amit Kapila
2024-09-10
Use a hash table to de-duplicate column names in ruleutils.c.
Tom Lane
2024-09-10
Fix some whitespace issues in XMLSERIALIZE(... INDENT).
Tom Lane
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-09
Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()
Michael Paquier
2024-09-09
Add WAL usage reporting to ANALYZE VERBOSE output.
Masahiko Sawada
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-09-09
SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
Amit Langote
2024-09-09
Fix order of parameters in a cost_sort call
Richard Guo
2024-09-09
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-07
Update extension lookup routines to use the syscache
Michael Paquier
2024-09-06
Remove lc_ctype_is_c().
Jeff Davis
2024-09-06
Fix incorrect pg_stat_io output on 32-bit machines.
Tom Lane
2024-09-06
Remove useless unconstify
Peter Eisentraut
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-06
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
Amit Langote
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-05
Be more careful with error paths in pg_set_regex_collation().
Jeff Davis
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-05
Fix misleading error message context
Peter Eisentraut
2024-09-05
Add callback for backend initialization in pgstats
Michael Paquier
2024-09-05
Fix two NULL pointer dereferences when reading custom pgstats from file
Michael Paquier
2024-09-05
Optimize WindowAgg's use of tuplestores
David Rowley
2024-09-05
Speedup WindowAgg code by moving uncommon code out-of-line
David Rowley
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
[next]