Commit Graph

17781 Commits (b2a17038d7e15c178e7d36e336edc7ffe48a43cc)
 

Author SHA1 Message Date
Bruce Momjian b2a17038d7 Have strerror_r return "Unknown error". 22 years ago
Bruce Momjian a63d2168e9 Fix strerror_r by checking return type from configure. 22 years ago
Bruce Momjian 9136613803 Add start/stop times for pg_dump/pg_dumpall when verbose output is used. 22 years ago
Teodor Sigaev e25a6e185b Remove asymetrical word processing in query and text 22 years ago
Bruce Momjian 613c684a60 Update date. 22 years ago
Tom Lane 982d005d62 Some preliminary documentation for composite-type stuff. 22 years ago
Tom Lane 7845bfc095 Dept of second thoughts: don't use the new wide-character upper/lower 22 years ago
Tom Lane b8312c5fe7 Add some regression tests for composite-type operations. 22 years ago
Tom Lane bb3da43e3b Allow use of table rowtypes directly as column types of other tables. 22 years ago
Tom Lane 19e3bdd6c7 Minor catalog cleanups for composite-type stuff. Adjust signatures shown 22 years ago
Tom Lane 62c3e61e50 Add binary I/O support for composite types. 22 years ago
Tom Lane f24c5098fd Remove finger from dike: composite types are now allowed as table columns. 22 years ago
Tom Lane a3704d3dec Preliminary support for composite type I/O; just text for now, 22 years ago
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines 22 years ago
Tom Lane c3a153afed Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 22 years ago
Tom Lane 24a1e20f14 Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized 22 years ago
Bruce Momjian 641c5b565b Slight code cleanup for printf's. 22 years ago
Tom Lane ae93e5fd6e Make the world very nearly safe for composite-type columns in tables. 22 years ago
Tom Lane 8f2ea8b7b5 Resurrect heap_deformtuple(), this time implemented as a singly nested 22 years ago
Bruce Momjian af44cac6ef The attached patch will create a dummy pg_config_paths.h. Additionally, 22 years ago
Bruce Momjian 768916d753 This is a small fix in FAQ. It just clean up some old comments and 22 years ago
Bruce Momjian bf2a115f2f Remove dash in pg_ctl signal name. It broke with getopt_long dash 22 years ago
Tom Lane 223b813d0e Remove some long-obsolete code that was causing a strange error message 22 years ago
Tom Lane 7eb2ff799e Support assignment to whole-row variables in plpgsql; also fix glitch 22 years ago
Tom Lane 0f059e1d13 Allow plpgsql to pass composite-type arguments (ie, whole-row variables) 22 years ago
Tom Lane 724c706400 Restructure plpgsql's parsing of datatype declarations to unify the 22 years ago
Tom Lane 2a22750c96 Remove typeTypeFlag(), which was not only unused but entirely redundant 22 years ago
Tom Lane 238dc4634f plpgsql hasn't needed -Wno-error for a good long while. 22 years ago
Tom Lane 5e4dd864ec Add range-checking in timestamp_recv and timestamptz_recv, per 22 years ago
Bruce Momjian 90015d40fe Remove SYSCONFDIR from win32 include file. 22 years ago
Teodor Sigaev 7b81988f9b - Add aligment of variable data types 22 years ago
Tom Lane 921d749bd4 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 22 years ago
Bruce Momjian 473ac70aca Win32 regression fixes: 22 years ago
Bruce Momjian 3c45d348db init_ssl_system will return 0 on success and -1 on failure, which will 22 years ago
Bruce Momjian 1881c8f3c5 Add new Win32 file with adjustments for recent code changes. 22 years ago
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 22 years ago
Bruce Momjian 70f5a87ecc Small patch that adds some documentation for the area() function. 22 years ago
Bruce Momjian e8d9d68ca4 Per previous discussions, here are two functions to send INT and TERM 22 years ago
Bruce Momjian de2c66539e Move -lpgport to the beginning of the library list for win32 linking. 22 years ago
Bruce Momjian 36ae5efab1 Improve without cluster wording. 22 years ago
Bruce Momjian 1cdc58722c OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. 22 years ago
Tom Lane 6f1aa94fd9 Fix breakage from GUC-extension-variables patch. 22 years ago
Tom Lane 2095206de1 Adjust btree index build to not use shared buffers, thereby avoiding the 22 years ago
Bruce Momjian 4d0e47d5a9 Add locale setting for pg_ctl. 22 years ago
Tom Lane 4b2dafcc0b Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion 22 years ago
Teodor Sigaev f35e8d8431 Fix silly bug 22 years ago
Tom Lane ba0f38d601 FastList is history, yay. 22 years ago
Tom Lane aad4196764 List pg_trgm in contrib Makefile and README. 22 years ago
Tom Lane e590ceecf1 Just about there on de-FastList-ification. 22 years ago
Bruce Momjian 962a94bb5a More locale fixes for pg_ctl. 22 years ago