Commit Graph

28814 Commits (d5a43ffde068d67409b494d812bd7e9f514db29c)
 

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