Commit Graph

36171 Commits (993c3961a4166a766c9b0a67701e9c82432550cc)
 

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 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
Tom Lane e93ca1618b Add some examples to the postgres_fdw documentation. 12 years ago
Bruce Momjian 384fbd1a5d doc: authentication wording improvements 12 years ago
Bruce Momjian 8824b38909 docs: specify FOR UPDATE/SHARE incompatibilities 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
Andrew Dunstan e9afdf2f4b Fix documented return type of json_array_elements_text. 12 years ago
Tom Lane cd3e0071b8 Allow unrecognized encoding names in locales, as long as they're the same. 12 years ago
Bruce Momjian db98b31329 pgindent: preserve blank lines around #else/#endif 12 years ago
Tom Lane 58274728fb Be forgiving of variant spellings of locale names in pg_upgrade. 12 years ago
Tom Lane 41e364ec67 Fix potential coredump on bad locale value in pg_upgrade. 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 c29a6dd548 docs: improve xref description for xreflabel and refentry links 12 years ago
Bruce Momjian 7aba24e971 docs: mention SGML refentry also pulls text from the link 12 years ago
Bruce Momjian b1cbd2b573 docs: add mention of index swapping 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
Andrew Dunstan 2013e5eef7 Remedy two small omissions in the new json functions docs. 12 years ago
Heikki Linnakangas 991659dcd7 Fix docs build. 12 years ago
Heikki Linnakangas 1a3458b6d8 Allow using huge TLB pages on Linux (MAP_HUGETLB) 12 years ago