Commit Graph

36155 Commits (2895415205d86cc7ab55acab5f90fd70a7c68f3c)
 

Author SHA1 Message Date
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 f31005e340 doc: Disable indentation of XHTML output 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
Robert Haas 14aa601f50 Minor improvements to replication slot documentation. 12 years ago
Peter Eisentraut 4e18236180 PL/Perl: Fix compiler warning 12 years ago
Tom Lane 00d4f2af8b Improve connection-failure error handling in contrib/postgres_fdw. 12 years ago
Fujii Masao 489e6ac5a1 Fix comparison of an array of characters with zero to compare with '\0' instead. 12 years ago
Robert Haas c1fe08eb2f Rephrase text to avoid links in regress.sgml 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
Robert Haas 65a193ebbb Document a few more regression test hazards. 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
Fujii Masao c087e8cf34 Add <indexterm> for functions pg_sleep_for and pg_sleep_until. 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
Andrew Dunstan 9abed7d1cb Fix makefile syntax. 12 years ago
Tom Lane 082c0dfa14 Fix some wide-character bugs in the text-search parser. 12 years ago
Andrew Dunstan c8158a2eed fix whitespace 12 years ago
Tom Lane 214c7a4f0b Fix some more bugs in signal handlers and process shutdown logic. 12 years ago
Andrew Dunstan 7e1531a450 Don't use deprecated dllwrap on Cygwin. 12 years ago
Andrew Dunstan d587298b80 Copy the libpq DLL to the bin directory on Mingw and Cygwin. 12 years ago
Bruce Momjian d0ee93797d arrays: tighten checks for multi-dimensional input 12 years ago
Robert Haas 858ec11858 Introduce replication slots. 12 years ago
Bruce Momjian 5bdef38b89 docs: mention 'g' is not in the regex embedded options table 12 years ago
Bruce Momjian 5168c76964 pg_restore: make help output plural for multi-enabled options 12 years ago
Robert Haas d1981719ad Clear MyProc and MyProcSignalState before they become invalid. 12 years ago
Bruce Momjian 637fab6e57 doc: mention statistics reset during crash recovery 12 years ago
Bruce Momjian 6afe200cee chkpass: check for NULL return value from crypt() 12 years ago
Bruce Momjian 85317e88cc doc: mention data page checksums in WAL section 12 years ago
Tom Lane 326e1d73c4 Disallow use of SSL v3 protocol in the server as well as in libpq. 12 years ago
Bruce Momjian 3fd3e34914 docs: mention tgconstrindid supports exclusion constraints 12 years ago