Commit Graph

36155 Commits (2895415205d86cc7ab55acab5f90fd70a7c68f3c)
 

Author SHA1 Message Date
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
Robert Haas b7643b19f0 Fix compiler warning in EXEC_BACKEND builds. 12 years ago
Andrew Dunstan c2099751cd Minor docs fixes for new json functions. 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
Tom Lane 98d62c28fd Update comment. 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
Tom Lane f0d6f20278 Keep pg_stat_statements' query texts in a file, not in shared memory. 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