summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-09-19Cache datatype-output-function lookup info across calls of concat().Tom Lane
2017-09-19Rearm statement_timeout after each executed query.Andres Freund
2017-09-19Fix uninitialized variable in dshash.c.Andres Freund
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-09-18Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-18Fix, or at least ameliorate, bugs in logicalrep_worker_launch().Tom Lane
2017-09-18Fix DROP SUBSCRIPTION hangPeter Eisentraut
2017-09-17Allow rel_is_distinct_for() to look through RelabelType below OpExpr.Tom Lane
2017-09-17Fix possible dangling pointer dereference in trigger.c.Tom Lane
2017-09-17Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane
2017-09-17Fix bogus size calculation introduced by commit cc5f81366.Tom Lane
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-16After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas
2017-09-15Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut
2017-09-15Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.Tom Lane
2017-09-15Don't use anonymous unions.Tom Lane
2017-09-15Remove TupleDesc remapping logic from tqueue.c.Andres Freund
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-14Add missing tags to GetCommandLogLevel.Robert Haas
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-14Expand partitioned table RTEs level by level, without flattening.Robert Haas
2017-09-14Make RelationGetPartitionDispatchInfo expand depth-first.Robert Haas
2017-09-14Fix inconsistent capitalization.Robert Haas
2017-09-14Set partitioned_rels appropriately when UNION ALL is used.Robert Haas
2017-09-14Properly check interrupts in execScan.c.Andres Freund
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-09-13Improve error message in WAL senderPeter Eisentraut
2017-09-13Define LDAP_NO_ATTRS if necessary.Peter Eisentraut
2017-09-12Introduce BYTES unit for GUCs.Andres Freund
2017-09-12Allow custom search filters to be configured for LDAP authPeter Eisentraut
2017-09-11Constify numeric.c.Andres Freund
2017-09-11Message style fixesPeter Eisentraut
2017-09-10Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane
2017-09-10Remove pre-order and post-order traversal logic for red-black trees.Tom Lane
2017-09-09Fix failure-to-copy bug in commit 6f6b99d13.Tom Lane
2017-09-08Fix uninitialized-variable bug.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-08Remove mention of password_encryption = plain in postgresql.conf.sample.Tom Lane
2017-09-08Refactor get_partition_for_tuple a bit.Robert Haas
2017-09-07Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Even if some partitions are foreign, allow tuple routing.Robert Haas
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-07Exclude special values in recovery_target_timeSimon Riggs
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-06Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane
2017-09-05Use lfirst_node() and linitial_node() where appropriate in planner.c.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut