Commit Graph

7520 Commits (139f19c30221968e7d3bf64fe303cb41517e4601)
 

Author SHA1 Message Date
Tom Lane 139f19c302 update pltcl test to have at least some chance of running ... still 26 years ago
Tom Lane a2c6bf5a59 pltcl seems to be broken on HPUX with recent Tcl versions, because 26 years ago
Bruce Momjian 8a70a1c75d Hmm. I didn't expect a change since I hadn't added tests for the new 26 years ago
Peter Eisentraut 0d59dad770 Automatic dependency tracking 26 years ago
Peter Eisentraut 81fd7532a9 Incorporate README.fsync into main documentation body 26 years ago
Peter Eisentraut b4c315ba9e Revise locale and Kerberos documentation 26 years ago
Peter Eisentraut 3eec6ee145 Rename templates to match names in makefiles/Makefile.* and include/port. 26 years ago
Bruce Momjian 739a0566a6 This should be a slighly more complete patch for commands/command.c 26 years ago
Tom Lane f2e3f621c5 Update implementation notes for new memory management logic. 26 years ago
Tom Lane e40492ec6e Remove useless and dangerous 'opt_type' option from CREATE INDEX. 26 years ago
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with 26 years ago
Peter Eisentraut a30bc7c75a Remove dangling else warning (Cyrillic recode stuff) 26 years ago
Peter Eisentraut 9533de72bf didn't compile 26 years ago
Peter Eisentraut e7545748b5 Remove references to symbols that no longer get defined 26 years ago
Thomas G. Lockhart 466f8ff5f1 Fix munged markup from previous commit. 26 years ago
Thomas G. Lockhart be703cd9e8 Implement nested block comments in the backend and in psql. 26 years ago
Thomas G. Lockhart 1e901bbe84 Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel. 26 years ago
Thomas G. Lockhart 2016898b6a Fix indenting in prototype declarations. No functional changes. 26 years ago
Thomas G. Lockhart a4d92053d8 Include rule to build include/parser/parse.h since nothing else can 26 years ago
Thomas G. Lockhart b4a3b6476c Change order of builds to get parser before commands. 26 years ago
Thomas G. Lockhart 03a1cae951 Save changes from last docs release. 26 years ago
Thomas G. Lockhart 9a9f335284 Add information on SET SESSION CHARACTERISTICS. 26 years ago
Thomas G. Lockhart 4835f6a8bc Update docs for TIME WITHOUT TIME ZONE. 26 years ago
Peter Eisentraut b0f52abe36 Fix typo, from Keith Parks 26 years ago
Peter Eisentraut 8a3cbc84ef Repair parallel make in backend tree (and make it really parallel). 26 years ago
Tom Lane 9191d684a7 Planner did the wrong thing with index-scan-backward plans: generated 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Bruce Momjian dce43d22f0 Can you please apply the following patch to current CVS 26 years ago
Peter Eisentraut 648677c3a2 Add assert checking to GUC ("debug_assertions") 26 years ago
Tom Lane cbdaa27f97 Repair missing MEMORY_CONTEXT_CHECKING logic for realloc(). 26 years ago
Tom Lane badce86a2c First stage of reclaiming memory in executor by resetting short-term 26 years ago
Bruce Momjian 46fb9c29e2 Here is the patch with memory leak checker. This checker allow detect 26 years ago
Bruce Momjian 0d32cdc38e Done. In backend/commands/define.c unused field is set to '-' for the 26 years ago
Jan Wieck 793704d71e Some security checks that we've found an external value completely 26 years ago
Tom Lane f3e5d8620c Prevent creating a boatload of empty segments when md.c is asked to 26 years ago
Peter Eisentraut b54faa1b15 oidvectortypes: use SQL type names and separate by commas 26 years ago
Peter Eisentraut f90771236d typo 26 years ago
Peter Eisentraut 2bbf34111f Fix handling of pre-existing LD_LIBRARY_PATH, from Keith Parks 26 years ago
Peter Eisentraut a746653493 Fix sed invocation, from Keith Parks 26 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Tom Lane b59c03f842 Make view/rule permission checking behave properly with 26 years ago
Tom Lane 7c578904d7 Fix bogus DatumGetInt32 coercion. 26 years ago
Thomas G. Lockhart bebd62c19f Remove reference to tag which is not available to the User's Guide 26 years ago
Bruce Momjian a64a787299 Update TODO list. 26 years ago
Bruce Momjian cdbff01da9 Update TODO list. 26 years ago
Tom Lane 0552f8dfe7 Seems we need <errno.h> to be included explicitly now... 26 years ago
Tom Lane ba62fe32c3 Remove long-dead support for invoking queries from dynamically loaded 26 years ago
Tom Lane a98eaa0191 Put back separate install-bin target ... I was using that, 26 years ago
Tom Lane 65da0d66b4 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 26 years ago
Peter Eisentraut de85dd1d51 - format_type function, in use by psql 26 years ago