Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
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 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
Tom Lane 326e1d73c4 Disallow use of SSL v3 protocol in the server as well as in libpq. 12 years ago
Bruce Momjian fc4ffba968 system catalogs: reorder pg_amproc entries into proper sections 12 years ago
Bruce Momjian 290d2cb500 pgindent: add Perl comment 12 years ago
Bruce Momjian cad1e022b2 pgindent: add --list-of-typedefs option 12 years ago
Fujii Masao a87ae38be8 Add tab completion for ALTER TABLESPACE MOVE in psql. 12 years ago
Bruce Momjian 5ff47acf8f entab: add new options 12 years ago
Bruce Momjian db98b31329 pgindent: preserve blank lines around #else/#endif 12 years ago
Robert Haas 760c770ff6 Add convenience functions pg_sleep_for and pg_sleep_until. 12 years ago
Tom Lane 043f6ff05d Fix bogus handling of "postponed" lateral quals. 12 years ago
Bruce Momjian 146604ec43 Add checks for interval overflow/underflow 12 years ago
Tom Lane 571addd729 Fix unsafe references to errno within error messaging logic. 12 years ago
Andrew Dunstan 120c5cc761 Silence compiler warnings about possibly unset variables. 12 years ago
Andrew Dunstan 5e52e9d6d4 Forgot to bump catalog version for json_array_elements_text. 12 years ago
Robert Haas 9347baa5bb Include planning time in EXPLAIN ANALYZE output. 12 years ago
Andrew Dunstan 5264d91541 Add json_array_elements_text function. 12 years ago
Heikki Linnakangas 699b1f40da Fix thinko in huge_tlb_pages patch. 12 years ago
Heikki Linnakangas 626a120656 Further optimize GIN multi-key searches. 12 years ago
Bruce Momjian 8440897b38 Fix pointer processing in new entab.c function 12 years ago
Bruce Momjian e93f7253a7 Add C functions to centralize entab processing 12 years ago
Bruce Momjian db90bcf8df Add more C comments to entab.c. 12 years ago
Heikki Linnakangas 25b1dafab6 Further optimize multi-key GIN searches. 12 years ago
Heikki Linnakangas e20c70cb0f Allow skipping some items in a multi-key GIN search. 12 years ago
Heikki Linnakangas 1a3458b6d8 Allow using huge TLB pages on Linux (MAP_HUGETLB) 12 years ago
Robert Haas b7643b19f0 Fix compiler warning in EXEC_BACKEND builds. 12 years ago
Andrew Dunstan 7043ac7100 Add new make targets check-tests and installcheck-tests. 12 years ago
Andrew Dunstan 105639900b New json functions. 12 years ago
Fujii Masao 9132b189bf Add pg_stat_archiver statistics view. 12 years ago
Bruce Momjian c871e8f53b Revert C comment change in slot_attisnull() 12 years ago
Bruce Momjian 051b3341c1 Remove orphaned prototype 12 years ago
Stephen Frost aef61bf433 Revert dup2() checking in syslogger.c 12 years ago
Tom Lane 64e43c59b8 Log a detail message for auth failures due to missing or expired password. 12 years ago
Robert Haas ea9df812d8 Relax the requirement that all lwlocks be stored in a single array. 12 years ago
Heikki Linnakangas f62eba204f Fix typo in README 12 years ago
Tom Lane 2850896961 Code review for auto-tuned effective_cache_size. 12 years ago
Fujii Masao dd515d4082 Change the suffix of auto conf temporary file from "temp" to "tmp". 12 years ago
Fujii Masao 7c619be623 Fix typos in comments for ALTER SYSTEM. 12 years ago
Stephen Frost 152d24f5dd Fix minor leak in pg_dump 12 years ago
Andrew Dunstan a7e5f7bf68 Provide for client-only installs with MSVC. 12 years ago
Stephen Frost 790eaa699e Check dup2() results in syslogger 12 years ago
Magnus Hagander f2795f8b53 Move the options column of \db+ before the description 12 years ago