| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Apple's assembler likes the inlined TAS syntax too, so no reason to | Tom Lane | 2003-04-20 | 1 | -7/+12 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 6 | -16/+38 |
| * | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 | 5 | -18/+89 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 5 | -51/+50 |
| * | Fix abstime-to-time cast function, which has had broken implementation | Tom Lane | 2003-04-17 | 1 | -2/+2 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 15 | -85/+146 |
| * | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 5 | -645/+722 |
| * | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 1 | -1/+7 |
| * | Tighten up register usage for inline PPC version of tas(). | Tom Lane | 2003-04-04 | 1 | -6/+6 |
| * | Put the isync where it's supposed to be. | Tom Lane | 2003-04-04 | 1 | -6/+6 |
| * | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 | 2 | -3/+8 |
| * | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane | 2003-04-04 | 1 | -2/+2 |
| * | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 | 3 | -32/+85 |
| * | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 | 3 | -8/+53 |
| * | Add code to apply some simple sanity checks to the header fields of a | Tom Lane | 2003-03-28 | 3 | -65/+12 |
| * | Add new file. | Bruce Momjian | 2003-03-27 | 1 | -0/+22 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 6 | -15/+48 |
| * | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane | 2003-03-27 | 1 | -6/+8 |
| * | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 | 2 | -10/+16 |
| * | Adjust subquery qual pushdown rules to be more forgiving: if a qual | Tom Lane | 2003-03-22 | 1 | -2/+3 |
| * | Fix compile warning. | Tom Lane | 2003-03-21 | 1 | -1/+2 |
| * | Add hostmask() function: | Bruce Momjian | 2003-03-21 | 1 | -1/+3 |
| * | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 | 2 | -30/+30 |
| * | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane | 2003-03-21 | 2 | -24/+18 |
| * | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian | 2003-03-20 | 2 | -2/+5 |
| * | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 | 2 | -2/+5 |
| * | Todo items: | Bruce Momjian | 2003-03-20 | 3 | -4/+13 |
| * | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian | 2003-03-20 | 1 | -1/+14 |
| * | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian | 2003-03-20 | 1 | -1/+2 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 3 | -5/+11 |
| * | Set up the privileges on the default schemas in initdb with real GRANT | Peter Eisentraut | 2003-03-19 | 1 | -7/+7 |
| * | Compiling anything that uses InvalidOid under g++ yields a warning about | Bruce Momjian | 2003-03-18 | 1 | -1/+5 |
| * | Repair incorrect prorettype entry for timestamptz_izone. Can't force | Tom Lane | 2003-03-14 | 1 | -8/+8 |
| * | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 | 4 | -13/+32 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 24 | -47/+47 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 10 | -59/+59 |
| * | tuplestore_donestoring() isn't needed anymore, but provide a no-op | Tom Lane | 2003-03-09 | 1 | -1/+4 |
| * | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 | 2 | -13/+11 |
| * | Tweak dependency code to suppress NOTICEs generated by new method for | Tom Lane | 2003-03-06 | 1 | -2/+3 |
| * | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 | 1 | -4/+13 |
| * | Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache | Tom Lane | 2003-03-06 | 1 | -1/+4 |
| * | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 | 1 | -2/+2 |
| * | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 | 1 | -7/+15 |
| * | Correct/edit comments for geometric operators. No change except to | Tom Lane | 2003-03-03 | 1 | -46/+46 |
| * | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 | 1 | -2/+3 |
| * | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 | 1 | -1/+2 |
| * | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 | 1 | -5/+10 |
| * | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 | 1 | -2/+2 |
| * | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 | 2 | -5/+9 |
| * | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane | 2003-02-22 | 1 | -7/+3 |