Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
Tom Lane dcbf39774f In mingw builds, make our own import library for libtcl, too. 12 years ago
Tom Lane 02b61dd08f In mingw builds, make our own import library for libperl. 12 years ago
Tom Lane a7983e989d Cosmetic improvements in plpython's make rule for libpython import library. 12 years ago
Heikki Linnakangas 4d894b41cd Change the order that pg_xlog and WAL archive are polled for WAL segments. 12 years ago
Peter Eisentraut 0f2ca0075c Fix typo 12 years ago
Bruce Momjian 9c57d11fca Add C comment about problems with CHAR() space trimming 12 years ago
Tom Lane b8f00a46bc Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. 12 years ago
Alvaro Herrera 801c2dc72c Separate multixact freezing parameters from xid's 12 years ago
Tom Lane 44c2163302 Fix length checking for Unicode identifiers containing escapes (U&"..."). 12 years ago
Tom Lane fa4440f516 Improve libpq's error recovery for connection loss during COPY. 12 years ago
Bruce Momjian 2fc80e8e83 Rename 'gmake' to 'make' in docs and recommended commands 12 years ago
Tom Lane 6f2aead1ff In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. 12 years ago
Magnus Hagander 48870dd9f7 Add missing include, required on some platforms 12 years ago
Magnus Hagander 63ab2befe0 Kill pg_basebackup background process when exiting 12 years ago
Tom Lane 1c9acd5c86 Use --disable-auto-import linker switch in Mingw builds, too. 12 years ago
Tom Lane 30657b796c Remove --enable-auto-import linker switch in Cygwin build. 12 years ago
Tom Lane b23fd2d8b3 Tweak position of $(DLL_DEFFILE) in shared-library link commands. 12 years ago
Tom Lane a5eed4d770 Make gendef.pl emit DATA annotations for global variables. 12 years ago
Tom Lane 7a98d323df Flush a stray definition of $(DLLTOOL). 12 years ago
Tom Lane 846e91e022 Get rid of use of dlltool in Mingw builds. 12 years ago
Tom Lane cba6ffaef3 Cygwin build fixes. 12 years ago
Peter Eisentraut d3c4c47155 scripts: Remove newlines from end of generated SQL 12 years ago
Tom Lane 2895415205 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Heikki Linnakangas d699ba4134 Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily. 12 years ago
Heikki Linnakangas 6c2744f1d3 Use memmove() instead of memcpy() for copying overlapping regions. 12 years ago
Stephen Frost dfb1e9bdc0 Further pg_dump / ftello improvements 12 years ago
Stephen Frost 5e8e794e3b Focus on ftello result < 0 instead of errno 12 years ago
Magnus Hagander 8198a321c9 Limit pg_basebackup progress output to 1/second 12 years ago
Magnus Hagander 01025d80a1 Avoid printing uninitialized filename variable in verbose mode 12 years ago
Stephen Frost cfa1b4a711 Minor pg_dump improvements 12 years ago
Peter Eisentraut 66c04c981d Mark some more variables as static or include the appropriate header 12 years ago
Heikki Linnakangas 6aa2bdf6a0 Initialize the entryRes array between each call to triConsistent. 12 years ago
Heikki Linnakangas dbc649fd77 Speed up "rare & frequent" type GIN queries. 12 years ago
Heikki Linnakangas e001030c27 Fix thinko in comment. 12 years ago
Tom Lane 8de3e410fa In RelationClearRelation, postpone cache reload if !IsTransactionState(). 12 years ago
Andrew Dunstan 45e1b6c4c4 Alphabeticize list in OBJS definition in utils/adt Makefile. 12 years ago
Tom Lane ddfc9cb054 Assert(IsTransactionState()) in RelationIdGetRelation(). 12 years ago
Peter Eisentraut f65233755c Fix whitespace 12 years ago
Tom Lane ac8bc3b6e4 Remove unnecessary relcache flushes after changing btree metapages. 12 years ago
Peter Eisentraut 4e18236180 PL/Perl: Fix compiler warning 12 years ago
Fujii Masao 489e6ac5a1 Fix comparison of an array of characters with zero to compare with '\0' instead. 12 years ago
Tom Lane 0c2338abbb Fix lexing of U& sequences just before EOF. 12 years ago
Tom Lane 0def2573c5 Fix *-qualification of named parameters in SQL-language functions. 12 years ago
Robert Haas 80353f3528 Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp. 12 years ago
Andrew Dunstan d3ee45152b In json code, clean up temp memory contexts after processing. 12 years ago
Fujii Masao 3e8554a54a Make pg_basebackup skip temporary statistics files. 12 years ago
Tom Lane 47aaebaac9 Switch in psql_scan() must cover all lexer states (except backslash cases). 12 years ago
Tom Lane 46825d4978 Clean up some sloppy coding in repl_gram.y. 12 years ago
Fujii Masao 0753bdb352 Add primary_slotname to recovery.conf.sample. 12 years ago
Fujii Masao 63be3b78f6 Fix typos in docs and comments. 12 years ago