summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-09-23Fix SSL deadlock risk in libpqStephen Frost
2013-09-23Fix two timeline handling bugs in pg_receivexlog.Heikki Linnakangas
2013-09-19Fix compiler warning in WaitForBackgroundWorkerStartup().Robert Haas
2013-09-18Fix typo in comment.Fujii Masao
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-11Add comment for VARSIZE_ANY_EXHDR macroBruce Momjian
2013-09-10psql: fix \copy stdin trailing space requirementBruce Momjian
2013-09-10psql: honor 'footer' option for expanded outputBruce Momjian
2013-09-10Remove leftover function prototype.Fujii Masao
2013-09-10Show schemas in information_schema.schemata that the current has access toPeter Eisentraut
2013-09-09Introduce InvalidCommandId.Robert Haas
2013-09-08Return error if allocation of new element was not possible.Michael Meskes
2013-09-08Close file to no leak file descriptor memory. Found by Coverity.Michael Meskes
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-03Update obsolete commentAlvaro Herrera
2013-09-03Fix typo in comment.Heikki Linnakangas
2013-09-02Update time zone data files to tzdata release 2013d.Tom Lane
2013-09-02Translation updatesPeter Eisentraut
2013-08-31Improve regression test for #8410.Tom Lane
2013-08-30Add test case for bug #8410.Tom Lane
2013-08-30Reset the binary heap in MergeAppend rescans.Tom Lane
2013-08-29Make error wording more consistentAlvaro Herrera
2013-08-29Use a non-locking initial test in TAS_SPIN on x86_64.Heikki Linnakangas
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-28Accept multiple -I, -P, -T and -n options in pg_restore.Heikki Linnakangas
2013-08-27Initialize cached OID to Invalid in new hash entriesAlvaro Herrera
2013-08-27Fix some "translator:" comments mangled by pgindentAlvaro 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-20Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan
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