summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-06Hack, hack.memoryRobert Haas
2014-02-06Hack.Robert Haas
2014-02-06Hack.Robert Haas
2014-02-06Hack.Robert Haas
2014-02-06Hack.Robert Haas
2014-02-06Get back to where we can compile.Robert Haas
2014-02-06Rename stuff.Robert Haas
2014-02-06Hack.Robert Haas
2014-02-06Hack, hack.Robert Haas
2014-02-06Note problems.Robert Haas
2014-02-06Make it compile again (but not link).Robert Haas
2014-02-06Hack.Robert Haas
2014-02-06Hack.Robert Haas
2014-02-06Hack, hack.Robert Haas
2014-02-06Hack, hack.Robert Haas
2014-02-06Hack, hack.Robert Haas
2014-02-06Hack, hack.Robert Haas
2014-02-06Beginnings of new memory allocation infrastrcture.Robert Haas
2014-02-05Minor improvements to replication slot documentation.Robert Haas
2014-02-05PL/Perl: Fix compiler warningPeter Eisentraut
2014-02-04Improve connection-failure error handling in contrib/postgres_fdw.Tom Lane
2014-02-04Fix comparison of an array of characters with zero to compare with '\0' instead.Fujii Masao
2014-02-04Rephrase text to avoid links in regress.sgmlRobert Haas
2014-02-04Fix lexing of U& sequences just before EOF.Tom Lane
2014-02-03Fix *-qualification of named parameters in SQL-language functions.Tom Lane
2014-02-03Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.Robert Haas
2014-02-03Document a few more regression test hazards.Robert Haas
2014-02-03In json code, clean up temp memory contexts after processing.Andrew Dunstan
2014-02-03Make pg_basebackup skip temporary statistics files.Fujii Masao
2014-02-02Switch in psql_scan() must cover all lexer states (except backslash cases).Tom Lane
2014-02-02Add <indexterm> for functions pg_sleep_for and pg_sleep_until.Fujii Masao
2014-02-02Clean up some sloppy coding in repl_gram.y.Tom Lane
2014-02-02Add primary_slotname to recovery.conf.sample.Fujii Masao
2014-02-02Fix typos in docs and comments.Fujii Masao
2014-02-02Fix makefile syntax.Andrew Dunstan
2014-02-01Fix some wide-character bugs in the text-search parser.Tom Lane
2014-02-01fix whitespaceAndrew Dunstan
2014-02-01Fix some more bugs in signal handlers and process shutdown logic.Tom Lane
2014-02-01Don't use deprecated dllwrap on Cygwin.Andrew Dunstan
2014-02-01Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan
2014-02-01arrays: tighten checks for multi-dimensional inputBruce Momjian
2014-02-01Introduce replication slots.Robert Haas
2014-02-01docs: mention 'g' is not in the regex embedded options tableBruce Momjian
2014-02-01pg_restore: make help output plural for multi-enabled optionsBruce Momjian
2014-02-01Clear MyProc and MyProcSignalState before they become invalid.Robert Haas
2014-02-01doc: mention statistics reset during crash recoveryBruce Momjian
2014-02-01chkpass: check for NULL return value from crypt()Bruce Momjian
2014-02-01doc: mention data page checksums in WAL sectionBruce Momjian
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-31docs: mention tgconstrindid supports exclusion constraintsBruce Momjian