Commit Graph

10605 Commits (1a0c76c32fe470142d3663dd84ac960d75a4e8db)

Author SHA1 Message Date
Peter Eisentraut 5bcf8ede45 Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting. 14 years ago
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to. 14 years ago
Magnus Hagander 6ef4ae1d4e Add missing documentation for function pg_stat_get_wal_senders() 14 years ago
Bruce Momjian 0e8f6bf0e7 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Peter Eisentraut 89e850e6fd plpython: Add SPI cursor support 14 years ago
Andrew Dunstan e6d9e2106f Add a \setenv command to psql. 14 years ago
Magnus Hagander eb06416ba4 Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPER 14 years ago
Bruce Momjian 155e56bd97 Update documentation suggestions for debugging the backend. 14 years ago
Tom Lane 0de93a9c69 Add some weasel wording about threaded usage of PGresults. 14 years ago
Tom Lane 15a5006aac Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. 14 years ago
Bruce Momjian 1be6f93792 Add file-fdw documentation example. 14 years ago
Bruce Momjian ebbcba75b4 Add documentation mention that 7 != NULL also returns NULL. 14 years ago
Tom Lane bc9306f4c5 Update information about configuring SysV IPC parameters on NetBSD. 14 years ago
Tom Lane 56d609c3b1 Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 14 years ago
Bruce Momjian 99f5e47df5 Change installation docs to mention general debugging options. 14 years ago
Bruce Momjian 2ff36abeec In docs, suggest "-O0 -g" only if using a debugger. 14 years ago
Bruce Momjian b60f37bf44 Suggest configure options for server developers. 14 years ago
Tom Lane 5943d40168 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Magnus Hagander 64aea1ebc7 Add libpq connection option to disable SSL compression 14 years ago
Tom Lane 9ed439a9c0 Fix unsupported options in CREATE TABLE ... AS EXECUTE. 14 years ago
Tom Lane 604d4c4c95 Some more editing of the range-types documentation. 14 years ago
Tom Lane 74c1723fc8 Remove user-selectable ANALYZE option for range types. 14 years ago
Tom Lane df73584431 Remove zero- and one-argument range constructor functions. 14 years ago
Peter Eisentraut 024ea25ccd Small markup and wording improvement 14 years ago
Tom Lane b985d48779 Further code review for range types patch. 14 years ago
Tom Lane a1a233af66 Further review of range-types patch. 14 years ago
Tom Lane 1a8b9fb549 Extend the unknowns-are-same-as-known-inputs type resolution heuristic. 14 years ago
Robert Haas 67dc4eed42 Remove ancient downcasing code from procedural language operations. 14 years ago
Tom Lane 4f9e33063c Return NULL instead of throwing error when desired bound is not available. 14 years ago
Tom Lane 851c83fc81 Return FALSE instead of throwing error for comparisons with empty ranges. 14 years ago
Peter Eisentraut 95d2af1646 Add psql expanded auto mode 14 years ago
Robert Haas 788cb1c2e8 Correct documentation for trace_userlocks. 14 years ago
Robert Haas 71b2b657c0 Revert removal of trace_userlocks, because userlocks aren't gone. 14 years ago
Bruce Momjian d5873b6359 Document that PQexec() can handle a NULL res pointer just fine. 14 years ago
Heikki Linnakangas fbf99d2f16 Adjust range type docs for some last-minute changes I made to the patch. 14 years ago
Peter Eisentraut 6477d66780 -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS 14 years ago
Robert Haas b60653bc0b Remove hstore's text => text operator. 14 years ago
Robert Haas bd2396988a Minor grammar improvements. 14 years ago
Peter Eisentraut 27ef415a71 Fix archive_command example 14 years ago
Peter Eisentraut 39b2d9ffb0 Add note about using GNU tar warning options for base backups 14 years ago
Andrew Dunstan f66c8252ab Role membership of superusers is only by explicit membership for HBA. 14 years ago
Andrew Dunstan 94cd0f1ad8 Do not treat a superuser as a member of every role for HBA purposes. 14 years ago
Heikki Linnakangas 4429f6a9e3 Support range data types. 14 years ago
Simon Riggs 4334289186 Improve docs for timing and skipping of checkpoints 14 years ago
Magnus Hagander 589adb86ee Document that multiple LDAP servers can be specified 14 years ago
Robert Haas 9cf12dfd4e Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels. 14 years ago
Robert Haas 6c21105fb4 Change "and and" to "and". 14 years ago
Tom Lane bf82013631 Typo fixes. 14 years ago