| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Support function parameter names in plpgsql. This is the last of | Tom Lane | 2004-01-07 | 1 | -14/+65 |
| * | pg_dump support for function parameter names. | Tom Lane | 2004-01-07 | 3 | -98/+144 |
| * | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 19 | -1656/+1836 |
| * | Final rearrangement of main postgresql child process (ie. | Bruce Momjian | 2004-01-06 | 6 | -160/+254 |
| * | Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). | Tom Lane | 2004-01-06 | 1 | -2/+6 |
| * | Code cleanup, mostly in the smgr: | Neil Conway | 2004-01-06 | 6 | -98/+73 |
| * | Remove unused 'noversion' command-line option processing from the | Neil Conway | 2004-01-06 | 3 | -16/+4 |
| * | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 | 4 | -20/+45 |
| * | Instead of rechecking lossy index operators by putting them into the | Tom Lane | 2004-01-06 | 8 | -114/+134 |
| * | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 | 11 | -188/+400 |
| * | Trivial refactoring: move analysis of ViewStmt into its own function for | Neil Conway | 2004-01-05 | 1 | -46/+56 |
| * | Fix three trivial typos in comments. | Neil Conway | 2004-01-05 | 1 | -4/+4 |
| * | Translation updates | Peter Eisentraut | 2004-01-05 | 3 | -5/+251 |
| * | Improve UniquePath logic to detect the case where the input is already | Tom Lane | 2004-01-05 | 6 | -15/+72 |
| * | Dept. of second thoughts: clause_selectivity shouldn't try to cache its | Tom Lane | 2004-01-05 | 1 | -8/+29 |
| * | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 | 16 | -294/+437 |
| * | Fixed bug in GRANT OPTION FOR parsing. | Michael Meskes | 2004-01-04 | 1 | -2/+2 |
| * | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane | 2004-01-04 | 5 | -82/+25 |
| * | Fix portability bugs: char values passed to <ctype.h> functions must | Tom Lane | 2004-01-04 | 2 | -8/+8 |
| * | Fix discrepancy in prototypes for HPUX pg_dlerror. | Tom Lane | 2004-01-04 | 2 | -7/+7 |
| * | Fix ReadOffset() to work correctly when off_t is wider than int. | Tom Lane | 2004-01-04 | 1 | -2/+2 |
| * | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 | 12 | -200/+196 |
| * | Remove trailing newline from file. | Bruce Momjian | 2004-01-04 | 1 | -1/+0 |
| * | Remove trailing semicolons from macro initializations in plpython. | Bruce Momjian | 2004-01-04 | 1 | -3/+3 |
| * | Mention grabbing typedefs from pgsql/lib too. | Bruce Momjian | 2004-01-04 | 1 | -1/+1 |
| * | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 | 11 | -503/+448 |
| * | Must test for __hppa__ as well as __hppa to make linux-hppa happy. | Tom Lane | 2004-01-03 | 1 | -3/+3 |
| * | Do an explicit fflush after writing a progress message with puts. | Tom Lane | 2004-01-01 | 6 | -32/+55 |
| * | Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag. | Bruce Momjian | 2003-12-31 | 1 | -2/+2 |
| * | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane | 2003-12-30 | 10 | -83/+104 |
| * | Add "-mt" link flag for Solaris non-gcc compiles when using threads --- | Bruce Momjian | 2003-12-30 | 1 | -0/+4 |
| * | Instead of trying to force WHERE clauses into CNF or DNF normal form, | Tom Lane | 2003-12-30 | 2 | -530/+180 |
| * | Avoid running out of memory during hash_create, by not passing a | Tom Lane | 2003-12-30 | 1 | -4/+10 |
| * | ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create | Tom Lane | 2003-12-30 | 1 | -2/+2 |
| * | Use hash table name, not one-size-fits-all 'DynaHashTable', to identify | Tom Lane | 2003-12-29 | 1 | -3/+3 |
| * | Using canonicalize_qual() to get rid of duplicate index predicate | Tom Lane | 2003-12-29 | 1 | -15/+14 |
| * | Improve comment. | Tom Lane | 2003-12-29 | 1 | -1/+5 |
| * | Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling | Tom Lane | 2003-12-29 | 1 | -3/+20 |
| * | Added missing whitespaces to array argument parsing. | Michael Meskes | 2003-12-29 | 1 | -2/+2 |
| * | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 | 13 | -209/+149 |
| * | Fix sanity-check code that mistakenly assumed error and notice messages | Tom Lane | 2003-12-28 | 1 | -5/+12 |
| * | Avoid infinite loop if connection is lost during PQexecStart() or | Tom Lane | 2003-12-28 | 1 | -2/+8 |
| * | Improve spinlock code for recent x86 processors: insert a PAUSE | Tom Lane | 2003-12-27 | 2 | -2/+27 |
| * | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian | 2003-12-25 | 7 | -159/+345 |
| * | Patch that makes quoting "sameuser", "samegroup", and "all" remove | Bruce Momjian | 2003-12-25 | 2 | -9/+35 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 5 | -9/+203 |
| * | Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); | Michael Meskes | 2003-12-24 | 1 | -3/+3 |
| * | Supress non-temp schemas from psql \dn display. | Bruce Momjian | 2003-12-23 | 1 | -6/+7 |
| * | Use inlined TAS() on PA-RISC, if we are compiling with gcc. | Tom Lane | 2003-12-23 | 3 | -16/+50 |
| * | Fix a number of places where reconfiguring with a different installation | Tom Lane | 2003-12-23 | 5 | -7/+19 |