index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Fix broken hash function hashbpcharextended().
Jeff Davis
2022-12-02
*
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
*
Add some error cross-checks to gen_node_support.pl.
Tom Lane
2022-12-02
*
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
*
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-12-02
*
autoconf: Don't AC_SUBST() LD in configure
Andres Freund
2022-12-01
*
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
*
Fix under-parenthesized display of AT TIME ZONE constructs.
Tom Lane
2022-12-01
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Make materialized views participate in predicate locking
Michael Paquier
2022-12-01
*
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Prevent clobbering of utility statements in SQL function caches.
Tom Lane
2022-11-29
*
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-29
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Fix comment in snapbuild.c
Michael Paquier
2022-11-29
*
Remove promote_trigger_file.
Thomas Munro
2022-11-29
*
Provide non-superuser predefined roles for vacuum and analyze
Andrew Dunstan
2022-11-28
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Fix typo in hba.c
Michael Paquier
2022-11-26
*
Correct some SQL feature names
Peter Eisentraut
2022-11-25
*
Fix gen_node_support.pl for changed AclMode size
Andrew Dunstan
2022-11-25
*
Fix rule-detection code for MERGE.
Dean Rasheed
2022-11-25
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
*
Fix some 32-bit shift warnings in MSVC
David Rowley
2022-11-25
*
Improve indenting in _hash_pgaddtup
David Rowley
2022-11-25
*
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
*
Add the database name to the ps display of logical WAL senders
Michael Paquier
2022-11-24
*
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
*
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-24
*
Create memory context for tokenization after opening top-level file in hba.c
Michael Paquier
2022-11-24
*
Add missing initialization in tokenize_expand_file() for output list
Michael Paquier
2022-11-24
*
Rework memory contexts in charge of HBA/ident tokenization
Michael Paquier
2022-11-24
*
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-11-24
*
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
*
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Don't test HEAP_XMAX_INVALID when freezing xmax.
Peter Geoghegan
2022-11-23
*
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2022-11-22
*
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-22
*
Improve comments atop pg_get_replication_slots.
Amit Kapila
2022-11-22
*
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-22
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Add workaround to make ubsan and ps_status.c compatible
Andres Freund
2022-11-21
*
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-11-21
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
[prev]
[next]