Commit Graph

17 Commits (99b8ebec645cdb7ddb0b51a6772ab76c8dd974c6)

Author SHA1 Message Date
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Tom Lane fb51ad3419 Make all our flex and bison files use %option prefix or %name-prefix 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Tom Lane db64df4b1c Fix contrib/cube and contrib/seg to compile on Windows. 22 years ago
Neil Conway bc4911bb43 Fix two typos in comments. 22 years ago
Tom Lane 3475fd1178 Fix ancient declaration inconsistency in cube & seg ... came across a 22 years ago
Tom Lane 03e47392e0 Make contrib/cube work with flex 2.5.31. Fix it up to have a real 23 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 23 years ago
Tom Lane 95c9c22633 Fix a dozen or so places that were passing unpredictable data strings 23 years ago
Tom Lane cab9437a43 Arrange to compile flex output files as inclusions into other files 23 years ago
Tom Lane fce573ae16 I haven't seen any objections, so here is a patch. It removes "#define 24 years ago
Bruce Momjian e57ab04565 This is a comprehensive set of diffs (versus current CVS) that replaces those 24 years ago
Tom Lane 52c9d25933 Be careful to include postgres.h *before* any system headers, to ensure 24 years ago
Bruce Momjian a12b4e279b I checked all the previous string handling errors and most of them were 24 years ago
Bruce Momjian 32784cddf1 The changes I have made are described in CHANGES. This was based on 24 years ago
Tom Lane 9892ddf5ee Gene Selkov's CUBE datatype (GiST example code) 25 years ago