Commit Graph

6913 Commits (bf00aec8d057cfc1c0036660876968ce1f85fb9d)
 

Author SHA1 Message Date
Tom Lane bf00aec8d0 If configure finds that inet_aton() is not present on this platform, 26 years ago
Tom Lane 977fad3f17 Revert inclusion of postgres_ext.h to use "..." instead of <...>, per 26 years ago
Tom Lane 9d91db4fde Repair bug reported by Wickstrom: backend would crash if WHERE clause 26 years ago
Bruce Momjian 2e67ecaf6f Change DEFINE TYPE to CREATE TYPE. 26 years ago
Jan Wieck 3e00c9db4a Fixed CREATE TYPE to recognize changed parsenodes 26 years ago
Bruce Momjian 5eaa271b77 No longer need to cast default non-cacheable functions. 26 years ago
Bruce Momjian 97580f6993 A few more macro cleanups 26 years ago
Bruce Momjian 2a08204e1f Update man page to prefer old over current. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian db4518729d Reverse out macro fix for the time being. 26 years ago
Bruce Momjian 8758985c3a Prevent drop database failure from showing. 26 years ago
Bruce Momjian 37e7c7dfcb Fix assert with missing semicolon 26 years ago
Thomas G. Lockhart 50b10b8a90 Fix up markup to allow building. 26 years ago
Bruce Momjian 398bb1fcb6 Update pgindent 26 years ago
Bruce Momjian 83a57694d1 Update pgindent 26 years ago
Bruce Momjian 862d677682 Update pgindent for 7.0 release 26 years ago
Bruce Momjian b68a56a5e9 Thomas pointed out this bug in my non-blocking stuff. 26 years ago
Bruce Momjian ea81522034 Allow libpq++ compile to fail 26 years ago
Bruce Momjian b09a3b8cab disable plperl 26 years ago
Bruce Momjian 354a39bc44 Clean up temp files from \e. 26 years ago
Bruce Momjian c85a8e9df5 Uppercase pg_options param 26 years ago
Thomas G. Lockhart 9f2a07d891 Internal functions to support newest ODBC driver {fn ...} conventions. 26 years ago
Bruce Momjian f947bbb3b2 Attached is are diffs for CREATE/ALTER table doc I've 26 years ago
Thomas G. Lockhart bdf6c4f012 Update porting list. 26 years ago
Bruce Momjian d57046097a Update for default ISO date style 26 years ago
Bruce Momjian 5a5a4caeda Update SET manual pages for pg_options. 26 years ago
Tom Lane 2692d329eb Tweak smgrblindwrt per advice from Vadim: add parameter indicating 26 years ago
Bruce Momjian a447ae2221 The constant in backend/utils/misc/trace.c, line 32 limits the length of 26 years ago
Bruce Momjian 5b795bec59 No revoke on indexes any more 26 years ago
Hiroshi Inoue 8a5851880e Fix an Assert bug(was my fault) pointed out by Tom Lane. 26 years ago
Bruce Momjian 8d04225a19 UPdate faq/ 26 years ago
Bruce Momjian f49cbb54f1 No more need to create groups manually. 26 years ago
Bruce Momjian d888ca7c08 No grant on indexes. 26 years ago
Tom Lane 1f6d8b90b8 Buffer manager modifications to keep a local buffer-dirtied bit as well 26 years ago
Tom Lane 9c38a8d296 Further tweaking of indexscan cost estimates. 26 years ago
Tom Lane 5db0ef84e6 Add explanation about 'Unrecognized variable client_encoding' 26 years ago
Bruce Momjian 321eedd0bf Document FSYNC in pg_options sgml file. 26 years ago
Bruce Momjian 9b7ba2002d Add new pg_options.sample file. 26 years ago
Tom Lane bb7e5dc2c0 Tweak TypeCategory to treat new BIT types as of STRING category, rather 26 years ago
Tom Lane b64e768595 I think we want machine pattern i.86 not i386 --- looks like config.guess 26 years ago
Bruce Momjian 949e8a662d Add colo to display at end of initdb. 26 years ago
Tom Lane 7ecf7eea63 Modify pgbench.c not to depend on configure, since it's not shipped with one. 26 years ago
Michael Meskes d78feff973 *** empty log message *** 26 years ago
Tom Lane 607c6d25d7 Link already-existing COMMENT and REINDEX command docs into documentation. 26 years ago
Tom Lane ed845c7374 Fix relcache refcount leakage when inv_drop is applied 26 years ago
Tom Lane f0a2fc38ab Mention cube root. 26 years ago
Bruce Momjian 75b5915b43 update 26 years ago
Tom Lane b99cdde0d7 Fix cross-references, update examples, copy-edit. 26 years ago
Thomas G. Lockhart c264c4daeb Add reference page for pg_ctl. 26 years ago
Thomas G. Lockhart 9c075df519 Update some porting info. 26 years ago