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, or at least ameliorate, bugs in logicalrep_worker_launch().
Tom Lane
2017-09-18
*
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
*
Allow rel_is_distinct_for() to look through RelabelType below OpExpr.
Tom Lane
2017-09-17
*
Fix possible dangling pointer dereference in trigger.c.
Tom Lane
2017-09-17
*
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
*
Fix bogus size calculation introduced by commit cc5f81366.
Tom Lane
2017-09-17
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
*
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-15
*
Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.
Tom Lane
2017-09-15
*
Don't use anonymous unions.
Tom Lane
2017-09-15
*
Remove TupleDesc remapping logic from tqueue.c.
Andres Freund
2017-09-14
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Add missing tags to GetCommandLogLevel.
Robert Haas
2017-09-14
*
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-14
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Make RelationGetPartitionDispatchInfo expand depth-first.
Robert Haas
2017-09-14
*
Fix inconsistent capitalization.
Robert Haas
2017-09-14
*
Set partitioned_rels appropriately when UNION ALL is used.
Robert Haas
2017-09-14
*
Properly check interrupts in execScan.c.
Andres Freund
2017-09-14
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Improve error message in WAL sender
Peter Eisentraut
2017-09-13
*
Define LDAP_NO_ATTRS if necessary.
Peter Eisentraut
2017-09-13
*
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-12
*
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-12
*
Constify numeric.c.
Andres Freund
2017-09-11
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
*
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-10
*
Fix failure-to-copy bug in commit 6f6b99d13.
Tom Lane
2017-09-08
*
Fix uninitialized-variable bug.
Tom Lane
2017-09-08
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Remove mention of password_encryption = plain in postgresql.conf.sample.
Tom Lane
2017-09-08
*
Refactor get_partition_for_tuple a bit.
Robert Haas
2017-09-07
*
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
*
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
*
Exclude special values in recovery_target_time
Simon Riggs
2017-09-07
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-06
*
Use lfirst_node() and linitial_node() where appropriate in planner.c.
Tom Lane
2017-09-05
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Correct base backup throttling
Alvaro Herrera
2017-09-05
*
Suppress compiler warnings in dshash.c.
Tom Lane
2017-09-03
*
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
*
Add memory info to getrusage output
Peter Eisentraut
2017-09-01
*
Tighten up some code in RelationBuildPartitionDesc.
Robert Haas
2017-09-01
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
*
Restore behavior for replication origin drop
Alvaro Herrera
2017-09-01
[next]