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