summaryrefslogtreecommitdiff
path: root/src
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-05PL/Perl: Fix compiler warningPeter Eisentraut
2014-02-04Fix comparison of an array of characters with zero to compare with '\0' instead.Fujii Masao
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-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-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-01pg_restore: make help output plural for multi-enabled optionsBruce Momjian
2014-02-01Clear MyProc and MyProcSignalState before they become invalid.Robert Haas
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-31system catalogs: reorder pg_amproc entries into proper sectionsBruce Momjian
2014-01-31pgindent: add Perl commentBruce Momjian
2014-01-31pgindent: add --list-of-typedefs optionBruce Momjian
2014-01-31Add tab completion for ALTER TABLESPACE MOVE in psql.Fujii Masao
2014-01-31entab: add new optionsBruce Momjian
2014-01-31pgindent: preserve blank lines around #else/#endifBruce Momjian
2014-01-30Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas
2014-01-30Fix bogus handling of "postponed" lateral quals.Tom Lane
2014-01-30Add checks for interval overflow/underflowBruce Momjian
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane