Commit Graph

7504 Commits (1e901bbe8430ce870f7dbfcc33c14f4c82c2f9aa)
 

Author SHA1 Message Date
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
Bruce Momjian 364985542b Rename cash_words_out to cash_words. 26 years ago
Bruce Momjian 76adc09571 Remove HTML FAQ files that are really just text files. 26 years ago
Bruce Momjian b29f94fd2c Update TODO list. 26 years ago
Bruce Momjian a2ca4cb147 Update TODO list. 26 years ago
Bruce Momjian 16e948781c |> The Makefile.shlib changes will have to be discussed with other Linux 26 years ago
Bruce Momjian d800532536 Move FAQ source into main cvs tree. 26 years ago
Tom Lane 9f442cbf13 Correct unsafe use of strcmp(). See rant of same date posted to pghackers. 26 years ago
Peter Eisentraut f0b4ae697f Backend makefile cleanup. make maintainer-clean is now completely 26 years ago
Jan Wieck b027ad9a7a Added comments about the compression algorithm as requested by Tom 26 years ago
Jan Wieck 43f6ab8654 Please find attached a patch for the pg_dump directory which addresses: 26 years ago
Jan Wieck 2a225ebf18 Bugfix. If toasted tuple containted NULLs, DataFill() was handed 26 years ago
Tom Lane 8ecac94bb2 Functions on 'text' type updated to new fmgr style. 'text' is 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Tom Lane 282713a836 Make the regression tests safe for TOAST. 26 years ago
Tom Lane 6d1ae0c91b Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks. 26 years ago
Jan Wieck 98fe670360 Enable pg_rewrite to be toasted (unlimited size of views and rules). 26 years ago