summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-13Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane
2014-02-12Improve libpq's error recovery for connection loss during COPY.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-12In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane
2014-02-12Add missing include, required on some platformsMagnus Hagander
2014-02-12Kill pg_basebackup background process when exitingMagnus Hagander
2014-02-12Use --disable-auto-import linker switch in Mingw builds, too.Tom Lane
2014-02-12Remove --enable-auto-import linker switch in Cygwin build.Tom Lane
2014-02-12Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane
2014-02-11Make gendef.pl emit DATA annotations for global variables.Tom Lane
2014-02-11Flush a stray definition of $(DLLTOOL).Tom Lane
2014-02-11Get rid of use of dlltool in Mingw builds.Tom Lane
2014-02-11Cygwin build fixes.Tom Lane
2014-02-11scripts: Remove newlines from end of generated SQLPeter Eisentraut
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-02-10Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas
2014-02-10Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas
2014-02-09Further pg_dump / ftello improvementsStephen Frost
2014-02-09Focus on ftello result < 0 instead of errnoStephen Frost
2014-02-09Limit pg_basebackup progress output to 1/secondMagnus Hagander
2014-02-09Avoid printing uninitialized filename variable in verbose modeMagnus Hagander
2014-02-09Minor pg_dump improvementsStephen Frost
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-02-07Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas
2014-02-07Speed up "rare & frequent" type GIN queries.Heikki Linnakangas
2014-02-07Fix thinko in comment.Heikki Linnakangas
2014-02-07In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2014-02-06Alphabeticize list in OBJS definition in utils/adt Makefile.Andrew Dunstan
2014-02-06Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane
2014-02-06Fix whitespacePeter Eisentraut
2014-02-05Remove unnecessary relcache flushes after changing btree metapages.Tom Lane
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