Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Michael Meskes 5b5985e6c0 Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. 14 years ago
Simon Riggs 4de82f7d7c Wakeup WALWriter as needed for asynchronous commit performance. 14 years ago
Tom Lane 02d88efea1 In plpgsql, allow foreign tables to define row types. 14 years ago
Peter Eisentraut 95d2af1646 Add psql expanded auto mode 14 years ago
Robert Haas aa3299f256 Avoid retaining multiple relation locks in RangeVarGetRelid. 14 years ago
Robert Haas a6ce8ba2f3 Fix psql's \dd version check for operator families. 14 years ago
Tom Lane 6f3dc00e24 Throw nice error if server is too old to support psql's \ef or \sf command. 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
Tom Lane cf22e851b6 Avoid platform-dependent infinite loop in pg_dump. 14 years ago
Peter Eisentraut 409b8c75ba Fix server header file installation with vpath builds 14 years ago
Bruce Momjian d5873b6359 Document that PQexec() can handle a NULL res pointer just fine. 14 years ago
Heikki Linnakangas 2e02280726 Fix another bug in the redo of COPY batches. 14 years ago
Peter Eisentraut 6f2efcd557 Only install the extension files for the current Python major version 14 years ago
Heikki Linnakangas f81648cb1e Fix bugs in the COPY heap-insert batching patch. 14 years ago
Peter Eisentraut 3ad2c8e168 Clean gettext-files file in clean target 14 years ago
Robert Haas 452d1d193d Fix compiler warning. 14 years ago
Heikki Linnakangas d326d9e8ea In COPY, insert tuples to the heap in batches. 14 years ago
Tom Lane 2c30f96103 Tweak new regression test case for more portability. 14 years ago
Tom Lane 6d295b6494 Fix random discrepancies between parallel_schedule and serial_schedule. 14 years ago
Tom Lane 57664ed25e Wrap appendrel member outputs in PlaceHolderVars in additional cases. 14 years ago
Heikki Linnakangas 3b8161723c Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 14 years ago
Robert Haas 0e1c4b7d97 Rewrite comment for slightly greater accuracy. 14 years ago
Robert Haas bb1afb528a Fix hstore regression tests. 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 bbb6e559c4 Make VACUUM avoid waiting for a cleanup lock, where possible. 14 years ago
Robert Haas bd2396988a Minor grammar improvements. 14 years ago
Tom Lane ced3a93ccb Fix assorted bugs in contrib/unaccent's configuration file parsing. 14 years ago
Heikki Linnakangas ffc703a891 Fix timestamp range subdiff functions, when using float datetimes. 14 years ago
Tom Lane f62be400c0 On second thought, we'd better just drop these tests altogether. 14 years ago
Tom Lane 362f731dde Un-break horology regression test. 14 years ago
Heikki Linnakangas 780571cc9f Oops, forgot to fix the catversion when I committed the range types patch. 14 years ago
Magnus Hagander 3a6e4076b7 Update regression tests for \d+ modification 14 years ago
Magnus Hagander ebcadba29f Show statistics target for columns in \d+ on a table 14 years ago
Magnus Hagander 6f81a1f668 Make psql \d on a sequence show the table/column owning it 14 years ago
Tom Lane 039680affb Don't assume that a tuple's header size is unchanged during toasting. 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
Magnus Hagander 6187df1532 Add missing space in comment 14 years ago
Robert Haas b76c61f1e8 Silence bogus compiler warning. 14 years ago
Robert Haas c9f48b572c Check the return value of getcwd(), instead of assuming success. 14 years ago
Simon Riggs a030bfa6e4 Move user functions related to WAL into xlogfuncs.c 14 years ago
Alvaro Herrera e145891c98 Unbreak isolationtester on Win32 14 years ago
Tom Lane e3e3087d87 Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Tom Lane a0d2f05a0d Improve comments for TSLexeme data structure. 14 years ago
Tom Lane 515e813543 Fix inline_set_returning_function() to allow multiple OUT parameters. 14 years ago
Andrew Dunstan f66c8252ab Role membership of superusers is only by explicit membership for HBA. 14 years ago
Bruce Momjian 84b8fcaa92 Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more 14 years ago