aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* pg_size_pretty(numeric)Robert Haas2012-04-14
* Remove the "last ditch" code path in join_search_one_level().Tom Lane2012-04-13
* Weaken the planner's tests for relevant joinclauses.Tom Lane2012-04-13
* Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut2012-04-13
* Consistently quote encoding and locale names in messagesPeter Eisentraut2012-04-13
* Fix typo in comment.Robert Haas2012-04-13
* Update lazy_scan_heap header comment.Robert Haas2012-04-13
* Fix cost estimation for indexscan filter conditions.Tom Lane2012-04-11
* Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane2012-04-11
* Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane2012-04-10
* Measure epoch of timestamp-without-time-zone from local not UTC midnight.Tom Lane2012-04-10
* Fix an Assert that turns out to be reachable after all.Tom Lane2012-04-09
* Don't bother copying empty support arrays in a zero-column MergeJoin.Tom Lane2012-04-09
* Teach SLRU code to avoid replacing I/O-busy pages.Robert Haas2012-04-08
* set_stack_base() no longer needs to be called in PostgresMain.Heikki Linnakangas2012-04-08
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-08
* Fix incorrect make maintainer-clean rule.Tom Lane2012-04-07
* Further adjustment of comment about qsort_tuple.Tom Lane2012-04-07
* Remove useless variable to suppress compiler warning.Tom Lane2012-04-07
* Fix misleading output from gin_desc().Tom Lane2012-04-06
* Fix broken comparetup_datum code.Tom Lane2012-04-06
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-06
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* checkopint -> checkpointRobert Haas2012-04-05
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Expose track_iotiming data via the statistics collector.Robert Haas2012-04-05
* Fix syslogger to not lose log coherency under high load.Tom Lane2012-04-04
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* Correct epoch of txid_current() when executed on a Hot Standby server.Simon Riggs2012-03-29
* Unbreak Windows builds broken by pgpipe removal.Andrew Dunstan2012-03-29
* Inherit max_safe_fds to child processes in EXEC_BACKEND mode.Heikki Linnakangas2012-03-29
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-28
* Bend parse location rules for the convenience of pg_stat_statements.Tom Lane2012-03-27
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Remove dead assignmentPeter Eisentraut2012-03-26
* Code cleanup for heap_freeze_tuple.Robert Haas2012-03-26
* Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane2012-03-25
* Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane2012-03-25
* Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane2012-03-24
* Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane2012-03-23
* Refactor simplify_function et al to centralize argument simplification.Tom Lane2012-03-23
* Code review for protransform patches.Tom Lane2012-03-23
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Allow new relmapper entries when allow_system_table_mods is true.Tom Lane2012-03-21
* Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.Robert Haas2012-03-20
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* backend: Fix minor memory leak in configuration file processingPeter Eisentraut2012-03-16
* Improve commentary in match_pathkeys_to_index().Tom Lane2012-03-16