Commit Graph

12282 Commits (ea13a3fab28bad7e747eb0492036bdcb705ead33)
 

Author SHA1 Message Date
Peter Eisentraut ea13a3fab2 Add missing comma. 24 years ago
Tom Lane d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types 24 years ago
Peter Eisentraut 7c1ff35410 Upgrade to Autoconf version 2.53. Replaced many custom macro 24 years ago
Bruce Momjian eb1ee9e63f Fix ODBC warnings about missing parens and pg_ismb not used (added 24 years ago
Bruce Momjian b2c89fa7af Fox for old python PyMem_DEL, was PyMem_Del, 24 years ago
Bruce Momjian ed6cce4c7b Fix '#' commant to be proper C comment. 24 years ago
Hiroshi Inoue 6852741c18 [2002-03-28] 24 years ago
Peter Eisentraut e6774dc355 Don't mark up as acronym that which is not an acronym. 24 years ago
Peter Eisentraut d235d9b8a3 Reset parenthesis level counter upon \r. 24 years ago
Barry Lind 2442e79e32 applied patch from Liam Stewart fixing a message in the properties file 24 years ago
Peter Eisentraut e68eb63e8c Improve spelling of lock names, and some other editing. 24 years ago
Tom Lane 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables 24 years ago
Barry Lind da631e931f applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal support 24 years ago
Barry Lind ef7d791074 Changed QueryExecutor.java to correctly read responses from the backend. 24 years ago
Bruce Momjian af3c380158 Update release list. 24 years ago
Bruce Momjian ebcd74c788 Update sgml version properly. 24 years ago
D'Arcy J.M. Cain 102fe3f845 Further changes following discussion on INTERFACES mailing list: 24 years ago
Bruce Momjian eb32be62d4 New wording: 24 years ago
Bruce Momjian 7fe9e19842 Add to HISTORY: 24 years ago
Bruce Momjian fa99f94de7 Update for temp views: 24 years ago
Tom Lane eb77ad55ed Re-allow CREATE AS (but not SELECT INTO) in EXECUTE. 24 years ago
Bruce Momjian 0441ce5e9f Add: 24 years ago
Bruce Momjian 51b55730ae Fix for ODBC compile warnings. 24 years ago
Bruce Momjian 918feb61d6 Add: 24 years ago
Tom Lane 5eed835b9a Indenting #if commands is not portable, is it? 24 years ago
Tom Lane ea10ec1b69 Tweak labeling of plan qual conditions for more consistency. 24 years ago
Tom Lane 7100cbc1c4 Fix cut-and-paste-o. 24 years ago
Tom Lane 10d3995057 EXPLAIN output now comes out as a query result, not a NOTICE message. 24 years ago
Tom Lane a25b94c080 Create the pg_namespace system catalog. Doesn't do much yet, but it's 24 years ago
Tom Lane 48c9164901 Improve catalog commentary. 24 years ago
Peter Eisentraut b6ea172ace Spell checking and markup additions 24 years ago
Tom Lane 108a0ec87d A little further progress on schemas: push down RangeVars into 24 years ago
Tom Lane 56c9b73c1d Change the aclchk.c routines to uniformly use OIDs to identify the 24 years ago
Tom Lane 6137ed1b59 Fix minor syntax error. 24 years ago
Tom Lane 95ef6a3448 First phase of SCHEMA changes, concentrating on fixing the grammar and 24 years ago
Peter Eisentraut 8c9c8ca2b5 Remove -mips2 flag, which breaks the build on some MIPS systems. 24 years ago
Michael Meskes 73b92d10c6 Added typedef patches and a new option '-c' to automatically create C typedefs from SQL ones. 24 years ago
Tom Lane a13ddd36b0 Remove long-dead 'fix for SELECT NULL' to stop current coredump. 24 years ago
Bruce Momjian c52670e8b2 Fix pg_dump help option alignment. 24 years ago
Dave Cramer 78d40a2a2f Two versions of QueryExecutor, currently only version 2 works 100% 24 years ago
Dave Cramer 54cc549d8f modifications to the way the protocol is handled to be consistent with 24 years ago
Dave Cramer 00923229c2 Part of Anders Bengtsson's patch to clean up Connection.java 24 years ago
Dave Cramer d96c29ab30 Applied Anders patch to move the startup code out of Connection into StartupPacket 24 years ago
Michael Meskes 8e9b215fdf Just one more test case. 24 years ago
Tom Lane 337b22cb47 Code review for DOMAIN patch. 24 years ago
Tom Lane 251282d4b7 Tweak behavior of array slicing operations: seems like it ought to be 24 years ago
D'Arcy J.M. Cain 861c336b51 PyGreSQL causes a segfault when used with a Python executable that was 24 years ago
Tom Lane f1f222843e Put back development status section overwritten by Bruce. 24 years ago
Bruce Momjian f2842a969d Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E. 24 years ago
Bruce Momjian 14d542bc67 > > Users of contrib/tsearch needs after upgrading of module (compiling, installing) 24 years ago