Commit Graph

10460 Commits (cfae07331ccad4f28ea00dc7e8f1ba01ec979ec5)

Author SHA1 Message Date
Barry Lind cfae07331c Applied patch submitted by Mats Lofkvist fixing serious threading problem introduced in beta3. 23 years ago
Bruce Momjian 0326dd76aa There was an error in the gcc portion of the patch I sent you. Here is 23 years ago
Tom Lane 6fbe58ce79 Allow +1300 as a numeric timezone specifier; we already accept FJST as meaning +1300. 23 years ago
Tom Lane d45cfb4b0b Use cat instead of echo or awk, to avoid portability problems with backslashes. 23 years ago
Bruce Momjian 63e9734542 Update xact.c comments for clarity. 23 years ago
Bruce Momjian 4e5a947d1c Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end 23 years ago
Bruce Momjian 9b12ab6d5d Add new palloc0 call as merge of palloc and MemSet(0). 23 years ago
Bruce Momjian aaa3a0caa6 Split MemSet into three parts to constant comparisons can be optimized 23 years ago
Tom Lane 4ee5fa3c74 Update AIX resultmap for horology tests, per Andreas. 23 years ago
Tom Lane 6929a1e6ad Improve comment: add note that grotty special case in mdread() is 23 years ago
Tatsuo Ishii 90a06dba16 Fix broken GB18030 <--> UTF-8 conversion map 23 years ago
Tom Lane 5eb6de5991 Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed 23 years ago
Tom Lane f9b5b41ef9 Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago
Barry Lind 5ec61f4d2b Fixes bug where join to pg_description was incorrect. Also modifies the 23 years ago
Tom Lane ad18b10181 Add cast to suppress compile warning on Alphas. 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 8fee9615cc Merge palloc()/MemSet(0) calls into a single palloc0() call. 23 years ago
Bruce Momjian 78822b328c Add palloc0 function to inline MemSet for newNode call. 23 years ago
Bruce Momjian 7aeab94adf This trivial patch removes 2 unused defines from pg_config.h.in: 23 years ago
Bruce Momjian c600a6ac47 I am attaching a patch file that will replace the previous one. It only 23 years ago
Bruce Momjian cfd2728100 This patch makes a minor cleanup to the implementation of PERFORM in 23 years ago
Bruce Momjian ceb4f5ea9c > > I'll re-check that with the ppc architecture guy here. 23 years ago
Bruce Momjian 4ca28eb7c7 I just discovered, that there is missing a const when passing a buffer 23 years ago
Bruce Momjian 3eabc4490e Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant. 23 years ago
Bruce Momjian ebb531836a Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] 23 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Tom Lane 337f73b1bb Revise geometry regression testing to eliminate most cross-platform 23 years ago
Bruce Momjian b26dfbb0e3 Here is a patch that does just that, while maintaining the 23 years ago
Tom Lane c2b716ab68 Replace imprecise value of PI with a better one, and tweak circle_poly 23 years ago
Tom Lane d2c744aa56 Add extra_float_digits GUC parameter to allow adjustment of displayed 23 years ago
Bruce Momjian fef731d1c4 The "Allow easy display of usernames in a group (pg_hba.conf uses groups 23 years ago
Tom Lane 9a1ced2732 Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's 23 years ago
Tom Lane b02d3aaed7 Move substitute extern declarations to end of file, so that they are 23 years ago
Tom Lane 3a4b3ac3a5 Remove inappropriate inclusions of OpenSSL internal header e_os.h, 23 years ago
Michael Meskes 11c4f2d97d Synced parser one more time. 23 years ago
Tom Lane df7201c3c5 Remove no-longer-needed inclusions to improve backward compatibility 23 years ago
Tom Lane 2103b7baa2 Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do 23 years ago
Tom Lane f6dba10e62 First phase of implementing hash-based grouping/aggregation. An AGG plan 23 years ago
Tom Lane 04eb419809 Fix inclusion order, per Andreas. 23 years ago
Tom Lane 7f660090e5 Remove unnecessary inclusion, per Andreas. 23 years ago
Tom Lane c14b72577c Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch 23 years ago
Barry Lind fdf6b4ff93 Applied two patches from Kris Jurka. 23 years ago
Tom Lane 2a01b05936 Code review for recent patch to allow ALTER TABLE ADD COLUMN when 24 years ago
Tom Lane e02d1abee6 During swap_relfilenodes, swap relation size statistic fields along with 24 years ago
Tom Lane 5123139210 Remove encoding lookups from grammar stage, push them back to places 24 years ago
Tom Lane f6e0130b5b Clean up a few fprintf(stderr)'s that should be elog's. 24 years ago
Tom Lane 6a7273e14c Fix permissions-checking bugs and namespace-search-path bugs in 24 years ago
Bruce Momjian 62636a3d4b Re-add Win32 missing files, I think. 24 years ago
Bruce Momjian a89660a1e6 Re-add Win32 files. 24 years ago
Tom Lane cab9437a43 Arrange to compile flex output files as inclusions into other files 24 years ago