summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* Apple's assembler likes the inlined TAS syntax too, so no reason toTom Lane2003-04-201-7/+12
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-196-16/+38
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-185-18/+89
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-175-51/+50
* Fix abstime-to-time cast function, which has had broken implementationTom Lane2003-04-171-2/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-0815-85/+146
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-065-645/+722
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-1/+7
* Tighten up register usage for inline PPC version of tas().Tom Lane2003-04-041-6/+6
* Put the isync where it's supposed to be.Tom Lane2003-04-041-6/+6
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-042-3/+8
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-041-2/+2
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-023-32/+85
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-293-8/+53
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-283-65/+12
* Add new file.Bruce Momjian2003-03-271-0/+22
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-276-15/+48
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-271-6/+8
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-232-10/+16
* Adjust subquery qual pushdown rules to be more forgiving: if a qualTom Lane2003-03-221-2/+3
* Fix compile warning.Tom Lane2003-03-211-1/+2
* Add hostmask() function:Bruce Momjian2003-03-211-1/+3
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-212-30/+30
* Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane2003-03-212-24/+18
* This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian2003-03-202-2/+5
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-202-2/+5
* Todo items:Bruce Momjian2003-03-203-4/+13
* > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian2003-03-201-1/+14
* > I can see a couple possible downsides: (a) the library might have someBruce Momjian2003-03-201-1/+2
* Add start time to pg_stat_activityBruce Momjian2003-03-203-5/+11
* Set up the privileges on the default schemas in initdb with real GRANTPeter Eisentraut2003-03-191-7/+7
* Compiling anything that uses InvalidOid under g++ yields a warning aboutBruce Momjian2003-03-181-1/+5
* Repair incorrect prorettype entry for timestamptz_izone. Can't forceTom Lane2003-03-141-8/+8
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-114-13/+32
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-1024-47/+47
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-1010-59/+59
* tuplestore_donestoring() isn't needed anymore, but provide a no-opTom Lane2003-03-091-1/+4
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-092-13/+11
* Tweak dependency code to suppress NOTICEs generated by new method forTom Lane2003-03-061-2/+3
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-061-4/+13
* Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cacheTom Lane2003-03-061-1/+4
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-051-2/+2
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-041-7/+15
* Correct/edit comments for geometric operators. No change except toTom Lane2003-03-031-46/+46
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-241-2/+3
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-231-1/+2
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-231-5/+10
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-231-2/+2
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-232-5/+9
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-221-7/+3