Commits

DateSubjectAuthorReleases
2003-08-06 Fix compiler-detected problem for Alphas: it seems strlen returns Tom Lane 7.4.1
2003-06-27 Create real array comparison functions (that use the element datatype's Tom Lane 7.4.1
2002-11-01 Arrange to compile flex output files as inclusions into other files Tom Lane 7.3.1
2002-09-22 Remove commas for compatibility with newer bisons. Tom Lane 7.3.1
2002-09-02 Fix breakage introduced by evidently-completely-untested snprintf patch. Tom Lane 7.3.1
2002-01-08 Remove shift/reduce conflicts introduced by last change. Tom Lane 7.2.1
2001-11-16 Once again, Michael has overwritten someone else's patch ... Tom Lane 7.2.1
2001-11-16 Update keyword lists per suggestions by Peter. There are now four Tom Lane 7.2.1
2001-11-10 Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names, Tom Lane 7.2.1
2001-10-25 Remove 294 reduce/reduce conflicts. Tom Lane 7.2.1
2001-10-15 Doesn't anyone test stuff before they commit it? Tom Lane 7.2.1
2001-10-03 DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax Tom Lane 7.2.1
2001-10-02 Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function Tom Lane 7.2.1
2001-08-16 Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type Tom Lane 7.2.1
2001-08-10 Make OIDs optional, per discussions in pghackers. WITH OIDS is still the Tom Lane 7.2.1
2001-07-16 Partial indexes work again, courtesy of Martijn van Oosterhout. Tom Lane 7.2.1
2001-07-12 Remove grammar restrictions on order of optional clauses in CREATE GROUP. Tom Lane 7.2.1
2001-07-10 Changes from Vince Vielhaber to allow the optional clauses of CREATE Tom Lane 7.2.1
2001-07-09 Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. Tom Lane 7.2.1
2001-05-07 Rewrite of planner statistics-gathering code. ANALYZE is now available as Tom Lane 7.2.1
2001-05-01 Synced gram.y and preproc.y. Tom Lane 7.1.1
2001-02-10 Restructure the key include files per recent pghackers discussion: there Tom Lane 7.1.1
2001-01-05 Remove not-really-standard implementation of CREATE TABLE's UNDER clause, Tom Lane 7.1.1
2000-11-20 Fix yacc failures in preproc.y. Tom Lane 7.1.1
2000-08-26 Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> Tom Lane 7.1.1