Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Michael Meskes cf37d68467 Made sure sqlca is reset for declare cursor in Informix mode as pointed out by 17 years ago
Peter Eisentraut c74d8a7708 Domain support in PL/Python 17 years ago
Peter Eisentraut 7902338192 Remove stray character in type description 17 years ago
Peter Eisentraut cfe380a6dd Augment test coverage in PL/Python, especially for error conditions. 17 years ago
Tom Lane 501255114d Add a simple test case covering a join against an inheritance tree, 17 years ago
Tom Lane f959390cd0 Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 17 years ago
Tom Lane b6bde524af Improve error message for the case where a requested foreign key constraint 17 years ago
Tom Lane 5d3e2324a6 The html-stamp and man-stamp files also need to be cvsignore'd. 17 years ago
Tom Lane 04011cc970 Allow backends to start up without use of the flat-file copy of pg_database. 17 years ago
Tom Lane a1f0c9bab9 Fix old bug in log_autovacuum_min_duration code: it was relying on being able 17 years ago
Peter Eisentraut 9d9848668f Split the plpython regression test into test cases arranged by topic, instead 17 years ago
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