aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Sync process names between ps and pg_stat_activityPeter Eisentraut2017-09-20
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-19
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-19
* s/NULL byte/NUL byte/ in comment refering to C string terminator.Andres Freund2017-09-19
* Avoid use of non-portable strnlen() in pgstat_clip_activity().Andres Freund2017-09-19
* Speedup pgstat_report_activity by moving mb-aware truncation to read side.Andres Freund2017-09-19
* Cache datatype-output-function lookup info across calls of concat().Tom Lane2017-09-19
* Rearm statement_timeout after each executed query.Andres Freund2017-09-18
* Fix uninitialized variable in dshash.c.Andres Freund2017-09-18
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-18
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane2017-09-18
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-18
* Fix, or at least ameliorate, bugs in logicalrep_worker_launch().Tom Lane2017-09-18
* Fix DROP SUBSCRIPTION hangPeter Eisentraut2017-09-17
* Allow rel_is_distinct_for() to look through RelabelType below OpExpr.Tom Lane2017-09-17
* Fix possible dangling pointer dereference in trigger.c.Tom Lane2017-09-17
* Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane2017-09-17
* Fix bogus size calculation introduced by commit cc5f81366.Tom Lane2017-09-17
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas2017-09-15
* Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut2017-09-15
* Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.Tom Lane2017-09-15
* Don't use anonymous unions.Tom Lane2017-09-15
* Remove TupleDesc remapping logic from tqueue.c.Andres Freund2017-09-14
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Add missing tags to GetCommandLogLevel.Robert Haas2017-09-14
* Perform only one ReadControlFile() during startup.Andres Freund2017-09-14
* Expand partitioned table RTEs level by level, without flattening.Robert Haas2017-09-14
* Make RelationGetPartitionDispatchInfo expand depth-first.Robert Haas2017-09-14
* Fix inconsistent capitalization.Robert Haas2017-09-14
* Set partitioned_rels appropriately when UNION ALL is used.Robert Haas2017-09-14
* Properly check interrupts in execScan.c.Andres Freund2017-09-14
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* Improve error message in WAL senderPeter Eisentraut2017-09-13
* Define LDAP_NO_ATTRS if necessary.Peter Eisentraut2017-09-13
* Introduce BYTES unit for GUCs.Andres Freund2017-09-12
* Allow custom search filters to be configured for LDAP authPeter Eisentraut2017-09-12
* Constify numeric.c.Andres Freund2017-09-11
* Message style fixesPeter Eisentraut2017-09-11
* Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane2017-09-10
* Remove pre-order and post-order traversal logic for red-black trees.Tom Lane2017-09-10
* Fix failure-to-copy bug in commit 6f6b99d13.Tom Lane2017-09-08
* Fix uninitialized-variable bug.Tom Lane2017-09-08
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Remove mention of password_encryption = plain in postgresql.conf.sample.Tom Lane2017-09-08
* Refactor get_partition_for_tuple a bit.Robert Haas2017-09-07
* Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane2017-09-07
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07