summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-236-0/+80
* 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
* 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-162-0/+16
* Ignore interrupts during quickdie().Noah Misch2013-09-111-0/+7
* 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-091-1/+3
* 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
* 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-0510-117/+9
* Make catalog cache hash tables resizeable.Heikki Linnakangas2013-09-053-58/+102
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-043-57/+34
* Add GUC descriptions for compile-time postgresql.conf settingsBruce Momjian2013-09-041-8/+8
* 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-033-12/+56
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-0327-91/+303
* Update obsolete commentAlvaro Herrera2013-09-031-1/+1
* Fix typo in comment.Heikki Linnakangas2013-09-031-3/+4
* Update time zone data files to tzdata release 2013d.Tom Lane2013-09-028-142/+123
* Translation updatesPeter Eisentraut2013-09-0286-78548/+25737
* Improve regression test for #8410.Tom Lane2013-08-302-33/+32
* Add test case for bug #8410.Tom Lane2013-08-302-0/+61
* Reset the binary heap in MergeAppend rescans.Tom Lane2013-08-303-3/+19
* Make error wording more consistentAlvaro Herrera2013-08-291-2/+4
* Use a non-locking initial test in TAS_SPIN on x86_64.Heikki Linnakangas2013-08-291-5/+17
* Allow discovery of whether a dynamic background worker is running.Robert Haas2013-08-289-5/+294
* Partially restore comments discussing enum renumbering hazards.Robert Haas2013-08-281-3/+16
* Accept multiple -I, -P, -T and -n options in pg_restore.Heikki Linnakangas2013-08-283-13/+13
* Initialize cached OID to Invalid in new hash entriesAlvaro Herrera2013-08-271-0/+3
* Fix some "translator:" comments mangled by pgindentAlvaro Herrera2013-08-272-134/+55
* Account better for planning cost when choosing whether to use custom plans.Tom Lane2013-08-241-9/+43
* Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander2013-08-241-0/+8
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-235-3/+66
* Fix hash table size estimation error in choose_hashed_distinct().Tom Lane2013-08-211-0/+4
* Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan2013-08-201-20/+10