Commit Graph

28669 Commits (ef7574eb014b66d99a5e68cc254e7a2282e69a00)
 

Author SHA1 Message Date
Peter Eisentraut ef7574eb01 Document the minimum required Python version. 17 years ago
Peter Eisentraut f4a4aec4b3 Add .cvsignore entries for documentation files 17 years ago
Peter Eisentraut 99909881fb Remove unnecessary files from distribution 17 years ago
Peter Eisentraut a16461dfad Simplify and speed up man page installation 17 years ago
Alvaro Herrera 61c4513cc9 Refactor some $(JADE.tex.call)s 17 years ago
Bruce Momjian 6f44878018 Remove tab in SGML. 17 years ago
Alvaro Herrera 6c157684c7 Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation". 17 years ago
Alvaro Herrera 59ab8c6c73 Fix number of columns declared for pg_user_mappings description table. 17 years ago
Alvaro Herrera 55f927a46e Refactor NUM_cache_remove calls in error report path to a PG_TRY block. 17 years ago
Tom Lane e61fd4ac74 Support EEEE (scientific notation) in to_char(). 17 years ago
Bruce Momjian 933b17b663 Adjust test_fsync code to be more sane. 17 years ago
Tom Lane f3f6737af9 Adjust extract(epoch) example to clarify that it includes fractional 17 years ago
Tom Lane 9bd27b7c9e Extend EXPLAIN to support output in XML or JSON format. 17 years ago
Andrew Dunstan 18894c401f Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. 17 years ago
Peter Eisentraut ed9208829a Ship documentation without intermediate tarballs 17 years ago
Tom Lane 97e14f6e93 Document that LocalSetXLogInsertAllowed can be re-executed. 17 years ago
Tom Lane f033f6d28b Modify parallel pg_restore to track pending and ready items by means of 17 years ago
Alvaro Herrera 05f43650fc Document that autovacuum may run ANALYZE 17 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 17 years ago
Tom Lane e605fbcccd Try to defend against the possibility that libpq is still in COPY_IN state 17 years ago
Tom Lane 87740caa01 rm_cleanup functions need to be allowed to write WAL entries. This oversight 17 years ago
Bruce Momjian d2e7afe54a Remove unused ecpg variable. 17 years ago
Tom Lane 3783c9d4df Remove long-since-unused file commands/version.h. 17 years ago
Tom Lane b1114f5576 Fix some omissions in the dependency-object-class support for SQL/MED objects. 17 years ago
Michael Meskes 5d34af421d Added STRING datatype for Informix compatibility mode. This work is 17 years ago
Heikki Linnakangas 06f1f53ea9 Fast shutdown stop should forcibly disconnect any active backends, even 17 years ago
Tom Lane dcb2bda9b7 Improve plpgsql's ability to cope with rowtypes containing dropped columns, 17 years ago
Magnus Hagander 4000170535 Avoid terminating the postmaster on a number of "can't happen" cases during 17 years ago
Alvaro Herrera 6403c35ee6 Fix manpages related to SPI functions. 17 years ago
Tom Lane 25bd9ce31b Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn. 17 years ago
Heikki Linnakangas 23dc89d2c3 Improve error messages in md.c. When a filesystem operation like open() or 17 years ago
Joe Conway f4095b4c4b Implement dblink_get_notify(). 17 years ago
Michael Meskes 16f3cf8c0c Fixed copyright notice. 17 years ago
Peter Eisentraut c29d7f02c2 Use DocBook XSL stylesheets for man page building 17 years ago
Tom Lane b1732111f2 Fix pg_dump to do the right thing when escaping the contents of large objects. 17 years ago
Alvaro Herrera 50d08346f3 Avoid including miscadmin.h into plpgsql.h; instead include it into the two 17 years ago
Tom Lane 466a4925f5 Fix an ecpg test, too. Are we there yet? 17 years ago
Tom Lane c83d1fb155 Fix some more regression tests (missed these because they're only 17 years ago
Tom Lane 8476f055e0 Suppress pointer-signedness warning. 17 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 17 years ago
Tom Lane 5b8ee5c128 Teach PQescapeByteaConn() to use hex format when the target connection is 17 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 17 years ago
Tom Lane f192e4a5d0 Cause pg_proc.probin to be declared as text, not bytea. Everything was 17 years ago
Joe Conway be6bca23b3 Implement has_sequence_privilege() 17 years ago
Tom Lane 7ffb14f9db Portability and documentation fixes for threaded pgbench patch. 17 years ago
Tatsuo Ishii 3da0dfb4b1 Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, 17 years ago
Tom Lane 9072592946 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 17 years ago
Tom Lane 527f0ae3fa Department of second thoughts: let's show the exact key during unique index 17 years ago
Tom Lane b680ae4bdb Improve unique-constraint-violation error messages to include the exact 17 years ago
Tom Lane 2487d872e0 Create a multiplexing structure for signals to Postgres child processes. 17 years ago