aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix compiler warning in WaitForBackgroundWorkerStartup().Robert Haas2013-09-19
* Typo fix.Robert Haas2013-09-18
* Remove `proc` argument from LockCheckConflictsAlvaro Herrera2013-09-16
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-16
* Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas2013-09-16
* Ignore interrupts during quickdie().Noah Misch2013-09-11
* Show schemas in information_schema.schemata that the current has access toPeter Eisentraut2013-09-09
* Introduce InvalidCommandId.Robert Haas2013-09-09
* Don't VALGRIND_PRINTF() each query string.Noah Misch2013-09-06
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-05
* Make catalog cache hash tables resizeable.Heikki Linnakangas2013-09-05
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-04
* Add GUC descriptions for compile-time postgresql.conf settingsBruce Momjian2013-09-04
* Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas2013-09-04
* Expose fsync_fname as a public API.Robert Haas2013-09-04
* Update comments concerning PGC_S_TEST.Tom Lane2013-09-03
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-03
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Fix typo in comment.Heikki Linnakangas2013-09-03
* Translation updatesPeter Eisentraut2013-09-02
* Reset the binary heap in MergeAppend rescans.Tom Lane2013-08-30
* Make error wording more consistentAlvaro Herrera2013-08-29
* Allow discovery of whether a dynamic background worker is running.Robert Haas2013-08-28
* Partially restore comments discussing enum renumbering hazards.Robert Haas2013-08-28
* Initialize cached OID to Invalid in new hash entriesAlvaro Herrera2013-08-27
* Account better for planning cost when choosing whether to use custom plans.Tom Lane2013-08-24
* Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander2013-08-24
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Fix hash table size estimation error in choose_hashed_distinct().Tom Lane2013-08-21
* Be more wary of unwanted whitespace in pgstat_reset_remove_files().Tom Lane2013-08-19
* Fix removal of files in pgstats directoriesAlvaro Herrera2013-08-19
* Rename the "fast_promote" file to just "promote".Heikki Linnakangas2013-08-19
* Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.Tom Lane2013-08-19
* Fix pg_upgrade failure from servers older than 9.3Alvaro Herrera2013-08-19
* Translation updatesPeter Eisentraut2013-08-18
* Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.Kevin Grittner2013-08-18
* Fix thinko in comment.Tom Lane2013-08-17
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Move more bgworker code to bgworker.c; also, some renaming.Robert Haas2013-08-16
* Fix typo in comment.Heikki Linnakangas2013-08-16
* Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.Kevin Grittner2013-08-15
* Treat timeline IDs as unsigned in replication parserPeter Eisentraut2013-08-14
* Improve error message when view is not updatablePeter Eisentraut2013-08-14
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-14
* Remove Assert that matview is not in system schema from REFRESH.Kevin Grittner2013-08-14
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-13
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Message style improvementsPeter Eisentraut2013-08-07
* Fix assertion failure by an immediate shutdown.Fujii Masao2013-08-08
* Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane2013-08-05