summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate some unbelievably cheesy code in _copyConst().Tom Lane1999-11-011-114/+56
* Inline check for full buffer in appendStringInfoChar.Tom Lane1999-11-011-4/+3
* Don't call ExecOpenIndices if pg_class relhasindex shows there are noTom Lane1999-11-012-38/+28
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-014-76/+106
* formatting cleanupBruce Momjian1999-11-012-44/+38
* Update version for 7.0.Bruce Momjian1999-11-011-3/+3
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-016-53/+237
* autoconfBruce Momjian1999-10-311-4/+2
* Update to pgaccess 0.98.Bruce Momjian1999-10-313-4/+6
* Rule dumper failed to affix '*' to inheritable RTEs.Tom Lane1999-10-311-20/+24
* Update TODO list.Bruce Momjian1999-10-311-2/+2
* Update TODO list.Bruce Momjian1999-10-311-1/+2
* Update for 0.98 pgaccessBruce Momjian1999-10-311-1/+1
* Update for 0.98.Bruce Momjian1999-10-312-9/+13
* autoconfBruce Momjian1999-10-311-49/+87
* Update pgaccess makefile for 0.98Bruce Momjian1999-10-316-32/+44
* Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane1999-10-304-49/+40
* Rearrange heap_beginscan to eliminate extra call onTom Lane1999-10-301-10/+16
* Skip invoking set_uppernode_references() for a RESULT nodeTom Lane1999-10-301-3/+8
* Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs.Tom Lane1999-10-301-238/+160
* Update pgaccess for 0.98.Bruce Momjian1999-10-301-3/+3
* Further performance improvements in sorting: reduce number of comparisonsTom Lane1999-10-301-185/+417
* Add pgaccess Makefile.Bruce Momjian1999-10-301-0/+21
* Add 0.98.Bruce Momjian1999-10-30188-0/+17109
* Remove 0.96 for update to 0.98Bruce Momjian1999-10-30201-22966/+0
* Ooops ... 6.5 coding wasn't quite right anymore. Should learnTom Lane1999-10-301-6/+10
* Put back code in nodeAgg to generate a dummy all-nulls input tupleTom Lane1999-10-301-16/+35
* Make USING in COPY optional.Bruce Momjian1999-10-293-9/+13
* Fix wording.Bruce Momjian1999-10-291-5/+5
* *** empty log message ***Michael Meskes1999-10-293-2/+8
* Update TODO list.Bruce Momjian1999-10-271-1/+2
* Fix psql quote missing.Bruce Momjian1999-10-271-2/+2
* *** empty log message ***Michael Meskes1999-10-273-14/+67
* Add mention of NULL for COMMENT.Bruce Momjian1999-10-261-2/+2
* Fix compile after COMMENT problem.Bruce Momjian1999-10-262-10/+17
* updateBruce Momjian1999-10-261-1/+1
* Update TODO list.Bruce Momjian1999-10-261-2/+2
* These are two minor corrections to libpq's PQsetNoticeProcessor function.Bruce Momjian1999-10-262-7/+11
* improve manual pageBruce Momjian1999-10-262-5/+4
* Update TODO list.Bruce Momjian1999-10-261-2/+2
* Update TODO list.Bruce Momjian1999-10-261-1/+2
* More comments.Bruce Momjian1999-10-261-2/+22
* Add documentation for comment.Bruce Momjian1999-10-262-41/+210
* Hello.Bruce Momjian1999-10-2615-238/+1039
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-2522-193/+183
* 'extern char *pg_pathname' in these files fails to agree withTom Lane1999-10-253-5/+5
* bug fix for large objects (free)Byron Nikolaidis1999-10-252-3/+5
* Add a notion of a 'catalog version number' that can indicateTom Lane1999-10-243-11/+90
* Add comment explaining that this table doesn't do what youTom Lane1999-10-241-1/+8
* Remove gratuitous redefinitions of BLCKSZ.Tom Lane1999-10-232-2/+1