Commit Graph

14096 Commits (cfae07331ccad4f28ea00dc7e8f1ba01ec979ec5)
 

Author SHA1 Message Date
Barry Lind cfae07331c Applied patch submitted by Mats Lofkvist fixing serious threading problem introduced in beta3. 24 years ago
Bruce Momjian 4a57ef6826 Update ports list. 24 years ago
Bruce Momjian 0326dd76aa There was an error in the gcc portion of the patch I sent you. Here is 24 years ago
Bruce Momjian db286699c6 Update ports list. 24 years ago
Tom Lane 6fbe58ce79 Allow +1300 as a numeric timezone specifier; we already accept FJST as meaning +1300. 24 years ago
Tom Lane d45cfb4b0b Use cat instead of echo or awk, to avoid portability problems with backslashes. 24 years ago
Bruce Momjian 63e9734542 Update xact.c comments for clarity. 24 years ago
Bruce Momjian 34529aeb64 Add: 24 years ago
Bruce Momjian 4e5a947d1c Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end 24 years ago
Bruce Momjian 9b12ab6d5d Add new palloc0 call as merge of palloc and MemSet(0). 24 years ago
Bruce Momjian aaa3a0caa6 Split MemSet into three parts to constant comparisons can be optimized 24 years ago
Bruce Momjian 266c3679f7 Add AIX as supported platform. 24 years ago
Tom Lane 4ee5fa3c74 Update AIX resultmap for horology tests, per Andreas. 24 years ago
Tom Lane 6929a1e6ad Improve comment: add note that grotty special case in mdread() is 24 years ago
Tatsuo Ishii 90a06dba16 Fix broken GB18030 <--> UTF-8 conversion map 24 years ago
Tom Lane 5eb6de5991 Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed 24 years ago
Tom Lane f9b5b41ef9 Code review for ON COMMIT patch. Make the actual on-commit action happen 24 years ago
Peter Eisentraut 1b342df00a Merge documentation updates from 7.3 branch. 24 years ago
Peter Eisentraut b327906683 Merge release note updates from 7.3 branch. 24 years ago
Peter Eisentraut 387c942a35 Revise platform FAQs. 24 years ago
Peter Eisentraut b11398b79d Improve wording. 24 years ago
Barry Lind 80c980021f Update jdbc doc to reflect correct name of the PGConnection class. 24 years ago
Barry Lind 5ec61f4d2b Fixes bug where join to pg_description was incorrect. Also modifies the 24 years ago
Tom Lane ad18b10181 Add cast to suppress compile warning on Alphas. 24 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 24 years ago
Bruce Momjian 5d283d89cb Update russian FAQ, from Viktor Vislobokov. 24 years ago
Bruce Momjian 8fee9615cc Merge palloc()/MemSet(0) calls into a single palloc0() call. 24 years ago
Bruce Momjian 78822b328c Add palloc0 function to inline MemSet for newNode call. 24 years ago
Bruce Momjian 7aeab94adf This trivial patch removes 2 unused defines from pg_config.h.in: 24 years ago
Bruce Momjian c600a6ac47 I am attaching a patch file that will replace the previous one. It only 24 years ago
Bruce Momjian cfd2728100 This patch makes a minor cleanup to the implementation of PERFORM in 24 years ago
Bruce Momjian ceb4f5ea9c > > I'll re-check that with the ppc architecture guy here. 24 years ago
Bruce Momjian 50e726a2c3 Add documentation for array_upper/lower(). 24 years ago
Bruce Momjian 4ca28eb7c7 I just discovered, that there is missing a const when passing a buffer 24 years ago
Bruce Momjian 3eabc4490e Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant. 24 years ago
Bruce Momjian ebb531836a Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] 24 years ago
Tom Lane f2ef470196 Update discussion of floating-point problems in regression tests. 24 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 24 years ago
Bruce Momjian a5715eecb6 Clean up format of SQL. 24 years ago
Bruce Momjian 4c1383efd1 The attached patch defines functions for getting distances between 24 years ago
Tom Lane 337f73b1bb Revise geometry regression testing to eliminate most cross-platform 24 years ago
Bruce Momjian b26dfbb0e3 Here is a patch that does just that, while maintaining the 24 years ago
Tom Lane c2b716ab68 Replace imprecise value of PI with a better one, and tweak circle_poly 24 years ago
Bruce Momjian cea5388840 Add name: 24 years ago
Bruce Momjian 3e6bef680c Mark as done: 24 years ago
Tom Lane d2c744aa56 Add extra_float_digits GUC parameter to allow adjustment of displayed 24 years ago
Bruce Momjian fef731d1c4 The "Allow easy display of usernames in a group (pg_hba.conf uses groups 24 years ago
Bruce Momjian 7eb2b4b270 Update FAQ_SCO from Larry Rosenman, correction from Tom Lane. 24 years ago
Bruce Momjian 88f528c3e9 Update libpq PQcmdTuples() and PQcmdStatus() docs, remove const param 24 years ago
Bruce Momjian 02608cbce6 I'm using libpgtcl with PostgreSQL-7.2.3. There is a discrepancy between 24 years ago