Commit Graph

17806 Commits (75db5a665fac305ac0170f49f39c1b01d026e8d3)
 

Author SHA1 Message Date
Bruce Momjian 75db5a665f Add START background code for another code path, per Andrew Dunstan. 21 years ago
Bruce Momjian 3a854af433 Use START for pg_ctl background runs on Win32, from Magnus. 21 years ago
Peter Eisentraut 6de9abc359 Translation update 21 years ago
Peter Eisentraut 1159c484b2 New translation 21 years ago
Bruce Momjian 10a3d19ad4 Handle multiple double-quoted strings using Win32's system() call. 21 years ago
Bruce Momjian 93db6f6ae2 Reword: 21 years ago
Bruce Momjian 13c30084f6 Add: 21 years ago
Bruce Momjian 741681b7b2 Modify: 21 years ago
Bruce Momjian c7099997ac Add Brazilian version of FAQ. 21 years ago
Bruce Momjian babd02af5a Add: 21 years ago
Bruce Momjian 6d1347b36f Add pg_ctl native language files for Russian. 21 years ago
Bruce Momjian 659660c116 Add regression tests for CSV COPY format. 21 years ago
Tom Lane 337f802460 Fix slightly-wrong syntax error messages from bootstrap parser, as per 21 years ago
Tom Lane 7e64dbc6b5 Support assignment to subfields of composite columns in UPDATE and INSERT. 21 years ago
Bruce Momjian 3a0df651da Use single quotes around pg_dump call from pg_dumpall. 21 years ago
Bruce Momjian dc6c8c2d06 Use single quotes for pg_ctl system call. 21 years ago
Bruce Momjian 7ac67fd189 Add time.h to pg_dumpall. 21 years ago
Bruce Momjian 36b8654cb0 Use mkstemp instead of mktemp in thread test, per Jan. 21 years ago
Bruce Momjian a1ccbb9019 Previous code cleanup was for bufpage.c, not bufmgr.c. 21 years ago
Bruce Momjian 69616f96ec Add: 21 years ago
Tom Lane 32af13f03d Add missing check for too-few-inputs when replacing a zero-dimensional 21 years ago
Bruce Momjian 327d86ca99 Fix mingw link check by using double-brackets. 21 years ago
Bruce Momjian ce04221a1e Stylistic changes in bufmgr.c 21 years ago
Bruce Momjian 5e926cbb6b vacuum.c refactoring 21 years ago
Bruce Momjian cd8b0fc5f1 Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 21 years ago
Bruce Momjian b2a17038d7 Have strerror_r return "Unknown error". 21 years ago
Bruce Momjian a63d2168e9 Fix strerror_r by checking return type from configure. 21 years ago
Bruce Momjian 9136613803 Add start/stop times for pg_dump/pg_dumpall when verbose output is used. 21 years ago
Teodor Sigaev e25a6e185b Remove asymetrical word processing in query and text 21 years ago
Bruce Momjian 613c684a60 Update date. 21 years ago
Tom Lane 982d005d62 Some preliminary documentation for composite-type stuff. 21 years ago
Tom Lane 7845bfc095 Dept of second thoughts: don't use the new wide-character upper/lower 21 years ago
Tom Lane b8312c5fe7 Add some regression tests for composite-type operations. 21 years ago
Tom Lane bb3da43e3b Allow use of table rowtypes directly as column types of other tables. 21 years ago
Tom Lane 19e3bdd6c7 Minor catalog cleanups for composite-type stuff. Adjust signatures shown 21 years ago
Tom Lane 62c3e61e50 Add binary I/O support for composite types. 21 years ago
Tom Lane f24c5098fd Remove finger from dike: composite types are now allowed as table columns. 21 years ago
Tom Lane a3704d3dec Preliminary support for composite type I/O; just text for now, 21 years ago
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines 21 years ago
Tom Lane c3a153afed Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 21 years ago
Tom Lane 24a1e20f14 Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized 21 years ago
Bruce Momjian 641c5b565b Slight code cleanup for printf's. 21 years ago
Tom Lane ae93e5fd6e Make the world very nearly safe for composite-type columns in tables. 21 years ago
Tom Lane 8f2ea8b7b5 Resurrect heap_deformtuple(), this time implemented as a singly nested 21 years ago
Bruce Momjian af44cac6ef The attached patch will create a dummy pg_config_paths.h. Additionally, 21 years ago
Bruce Momjian 768916d753 This is a small fix in FAQ. It just clean up some old comments and 21 years ago
Bruce Momjian bf2a115f2f Remove dash in pg_ctl signal name. It broke with getopt_long dash 21 years ago
Tom Lane 223b813d0e Remove some long-obsolete code that was causing a strange error message 21 years ago
Tom Lane 7eb2ff799e Support assignment to whole-row variables in plpgsql; also fix glitch 21 years ago
Tom Lane 0f059e1d13 Allow plpgsql to pass composite-type arguments (ie, whole-row variables) 21 years ago