aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix broken hash function hashbpcharextended().Jeff Davis2022-12-02
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-02
* Add some error cross-checks to gen_node_support.pl.Tom Lane2022-12-02
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Remove logic for converting a table to a view.Tom Lane2022-12-02
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* autoconf: Don't AC_SUBST() LD in configureAndres Freund2022-12-01
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-01
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Make materialized views participate in predicate lockingMichael Paquier2022-12-01
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-30
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Prevent clobbering of utility statements in SQL function caches.Tom Lane2022-11-29
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-29
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Fix comment in snapbuild.cMichael Paquier2022-11-29
* Remove promote_trigger_file.Thomas Munro2022-11-29
* Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan2022-11-28
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Fix typo in hba.cMichael Paquier2022-11-26
* Correct some SQL feature namesPeter Eisentraut2022-11-25
* Fix gen_node_support.pl for changed AclMode sizeAndrew Dunstan2022-11-25
* Fix rule-detection code for MERGE.Dean Rasheed2022-11-25
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-25
* Fix some 32-bit shift warnings in MSVCDavid Rowley2022-11-25
* Improve indenting in _hash_pgaddtupDavid Rowley2022-11-25
* Make multixact error message more explicitAlvaro Herrera2022-11-24
* Add the database name to the ps display of logical WAL sendersMichael Paquier2022-11-24
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-24
* Speedup hash index builds by skipping needless binary searchesDavid Rowley2022-11-24
* Create memory context for tokenization after opening top-level file in hba.cMichael Paquier2022-11-24
* Add missing initialization in tokenize_expand_file() for output listMichael Paquier2022-11-24
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-24
* Support for custom slots in the custom executor nodesAlexander Korotkov2022-11-24
* Simplify WARNING messages from skipped vacuum/analyze on a tableAndrew Dunstan2022-11-23
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-23
* Simplify vacuum_set_xid_limits() signature.Peter Geoghegan2022-11-23
* Don't test HEAP_XMAX_INVALID when freezing xmax.Peter Geoghegan2022-11-23
* Give better hints for ambiguous or unreferenceable columns.Tom Lane2022-11-22
* YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane2022-11-22
* Improve comments atop pg_get_replication_slots.Amit Kapila2022-11-22
* Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera2022-11-22
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-21
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Add workaround to make ubsan and ps_status.c compatibleAndres Freund2022-11-21
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-21
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21