| Commit message (Expand) | Author | Age |
* | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | Tighten up register usage for inline PPC version of tas(). | Tom Lane | 2003-04-04 |
* | Put the isync where it's supposed to be. | Tom Lane | 2003-04-04 |
* | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 |
* | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane | 2003-04-04 |
* | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 |
* | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 |
* | Add code to apply some simple sanity checks to the header fields of a | Tom Lane | 2003-03-28 |
* | Add new file. | Bruce Momjian | 2003-03-27 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane | 2003-03-27 |
* | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 |
* | Adjust subquery qual pushdown rules to be more forgiving: if a qual | Tom Lane | 2003-03-22 |
* | Fix compile warning. | Tom Lane | 2003-03-21 |
* | Add hostmask() function: | Bruce Momjian | 2003-03-21 |
* | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 |
* | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane | 2003-03-21 |
* | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian | 2003-03-20 |
* | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 |
* | Todo items: | Bruce Momjian | 2003-03-20 |
* | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian | 2003-03-20 |
* | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian | 2003-03-20 |
* | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 |
* | Set up the privileges on the default schemas in initdb with real GRANT | Peter Eisentraut | 2003-03-19 |
* | Compiling anything that uses InvalidOid under g++ yields a warning about | Bruce Momjian | 2003-03-18 |
* | Repair incorrect prorettype entry for timestamptz_izone. Can't force | Tom Lane | 2003-03-14 |
* | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 |
* | tuplestore_donestoring() isn't needed anymore, but provide a no-op | Tom Lane | 2003-03-09 |
* | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 |
* | Tweak dependency code to suppress NOTICEs generated by new method for | Tom Lane | 2003-03-06 |
* | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 |
* | Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache | Tom Lane | 2003-03-06 |
* | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 |
* | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 |
* | Correct/edit comments for geometric operators. No change except to | Tom Lane | 2003-03-03 |
* | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 |
* | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 |
* | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 |
* | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 |
* | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 |
* | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane | 2003-02-22 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 |
* | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane | 2003-02-20 |
* | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 |
* | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii | 2003-02-19 |
* | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian | 2003-02-19 |