summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-23pg_upgrade: fix C comment typoBruce Momjian
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-18Documentation correction.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-15Fix typosPeter Eisentraut
2013-09-12Ignore interrupts during quickdie().Noah Misch
2013-09-11Create index on srt table in citext regression tests.Kevin Grittner
2013-09-11fuzzystrmatch: replace broken link in C commentBruce Momjian
2013-09-11docs: Update libpq and testlo examplesBruce Momjian
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-07intarray: return empty zero-dimensional array for an empty arrayBruce Momjian
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-05Improve Range Types and Exclusion Constraints example.Jeff Davis
2013-09-04Add GUC descriptions for compile-time postgresql.conf settingsBruce Momjian
2013-09-04Remove dead URL mention in OSX startup scriptBruce 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-03Docs: wording improvements in discussion of timestamp arithmetic.Tom Lane
2013-09-03doc: Fix SGML markup for date patchBruce Momjian
2013-09-03Docs: add paragraph about date/timestamp subtractionBruce Momjian
2013-09-03docs: Clarify that we also support Solaris versions greater than 10.Robert Haas
2013-09-03Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToadGreg Stark
2013-09-03Fix typo in comment.Heikki Linnakangas
2013-09-02Update time zone data files to tzdata release 2013d.Tom Lane
2013-09-02Fix relfrozenxid query in docs to include TOAST tables.Andrew Dunstan
2013-09-02Translation updatesPeter Eisentraut
2013-09-01Update "Using EXPLAIN" documentation examples using current code.Tom Lane
2013-09-01Update 9.3 release notes.Tom Lane
2013-08-31Improve regression test for #8410.Tom Lane
2013-08-30Add test case for bug #8410.Tom Lane