summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct comment of pgbench "filler" columns.Fujii Masao2013-09-301-5/+10
* Fix makefile broken by hstore fix.Andrew Dunstan2013-09-291-1/+2
* Use a new hstore extension version for added json functions.Andrew Dunstan2013-09-293-1/+48
* Ensure installation dirs are built before contents are installed.Andrew Dunstan2013-09-291-1/+1
* Allow printf-style padding specifications in log_line_prefix.Robert Haas2013-09-262-39/+210
* Fix erroneous statements about multiply specified JSON columns.Andrew Dunstan2013-09-261-3/+3
* Fix spurious warning after vacuuming a page on a table with no indexes.Heikki Linnakangas2013-09-261-0/+1
* pgbench: Correct for bias in --rate schedule generation.Noah Misch2013-09-251-3/+7
* Plug memory leak in range_cmp function.Heikki Linnakangas2013-09-251-6/+12
* Fix pgindent comment breakageAlvaro Herrera2013-09-241-3/+7
* Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch2013-09-231-1/+1
* pgbench: Tweak documentation.Noah Misch2013-09-232-2/+2
* doc: Clarify that file_fdw options require values.Robert Haas2013-09-231-0/+8
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-237-1/+82
* pg_upgrade: more C comment fixesBruce Momjian2013-09-231-1/+1
* pg_upgrade: fix C comment typoBruce Momjian2013-09-231-1/+1
* Fix SSL deadlock risk in libpqStephen Frost2013-09-231-2/+22
* Fix two timeline handling bugs in pg_receivexlog.Heikki Linnakangas2013-09-232-29/+52
* Fix compiler warning in WaitForBackgroundWorkerStartup().Robert Haas2013-09-191-2/+4
* Fix typo in comment.Fujii Masao2013-09-191-1/+1
* Documentation correction.Robert Haas2013-09-181-1/+1
* Typo fix.Robert Haas2013-09-181-1/+1
* Remove `proc` argument from LockCheckConflictsAlvaro Herrera2013-09-163-8/+5
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-1611-61/+61
* Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas2013-09-163-0/+29
* Fix typosPeter Eisentraut2013-09-152-2/+2
* Ignore interrupts during quickdie().Noah Misch2013-09-111-0/+7
* Create index on srt table in citext regression tests.Kevin Grittner2013-09-113-0/+4
* fuzzystrmatch: replace broken link in C commentBruce Momjian2013-09-101-1/+1
* docs: Update libpq and testlo examplesBruce Momjian2013-09-102-60/+85
* Add comment for VARSIZE_ANY_EXHDR macroBruce Momjian2013-09-101-0/+1
* psql: fix \copy stdin trailing space requirementBruce Momjian2013-09-101-2/+2
* psql: honor 'footer' option for expanded outputBruce Momjian2013-09-101-1/+1
* Remove leftover function prototype.Fujii Masao2013-09-111-3/+0
* Show schemas in information_schema.schemata that the current has access toPeter Eisentraut2013-09-092-3/+6
* Introduce InvalidCommandId.Robert Haas2013-09-092-2/+3
* Return error if allocation of new element was not possible.Michael Meskes2013-09-081-2/+9
* Close file to no leak file descriptor memory. Found by Coverity.Michael Meskes2013-09-081-0/+1
* intarray: return empty zero-dimensional array for an empty arrayBruce Momjian2013-09-071-0/+7
* Don't VALGRIND_PRINTF() each query string.Noah Misch2013-09-061-5/+0
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-0511-125/+9
* Make catalog cache hash tables resizeable.Heikki Linnakangas2013-09-053-58/+102
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-045-60/+36
* Improve Range Types and Exclusion Constraints example.Jeff Davis2013-09-041-7/+11
* Add GUC descriptions for compile-time postgresql.conf settingsBruce Momjian2013-09-041-8/+8
* Remove dead URL mention in OSX startup scriptBruce Momjian2013-09-041-5/+1
* Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas2013-09-042-3/+23
* Expose fsync_fname as a public API.Robert Haas2013-09-043-59/+57
* Update comments concerning PGC_S_TEST.Tom Lane2013-09-033-24/+16
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-034-12/+63