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