Commit Graph

12318 Commits (0e11aea246a462e503a73908c9fc143b9f2da16a)
 

Author SHA1 Message Date
Hiroshi Inoue 0e11aea246 Fix a bug in SQLError(). 24 years ago
Bruce Momjian 010d1af3ec Duplicate removed: 24 years ago
Bruce Momjian 947e954745 Mark as done: 24 years ago
Bruce Momjian 45c7c6067a This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create new 24 years ago
Bruce Momjian d61c7886e8 Update to new version of Oracle conversion utility, version 1.8. 24 years ago
Bruce Momjian 958a1c2a0e Cleanup of level ordering and add missing LOG entry. 24 years ago
Bruce Momjian f5648c205c Add missing mention of 'log' option for client_min_messages. 24 years ago
Bruce Momjian 43a3543a4e Authentication improvements: 24 years ago
Hiroshi Inoue af10378ab0 Fix a bug in multibyte_strchr(). 24 years ago
Peter Eisentraut 867901db9e Locale support is on by default. The choice of locale is done in initdb 24 years ago
Tom Lane 3d7755c8e9 Replace perror() calls by elog()s, so that messages can be routed to 24 years ago
Tom Lane f764869ad0 Allow postmaster to start up anyway when PGSTAT code fails to initialize, 24 years ago
Hiroshi Inoue 2966001c77 Fix compiler warnings. 24 years ago
Hiroshi Inoue f8da3990b5 [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l 24 years ago
Hiroshi Inoue c26a44db08 Removed obsolete DROP_COLUMN_HACK stuff. 24 years ago
Tom Lane b4bedfa956 Tweak SERIAL column creation to emit a fully qualified sequence name 24 years ago
Barry Lind 8860110a74 Removed error message that was incorectly being issued. This fixes a problem reported a few months ago where a select in a rule was causing an insert statement to return a result set which the code was explicitly prohibiting. 24 years ago
Tom Lane 9c54cfb493 Fix CLOG truncation code to not do the Wrong Thing when there are already 24 years ago
Tom Lane 688781d450 Fix contrib/dbsize for schema-qualified table names. 24 years ago
Tom Lane 1dc43ea75f Make VACUUM handle schema-qualified relation names properly. 24 years ago
Tom Lane 789ddcb5fe Add tgconstrrelid to stored Trigger structures, make RI trigger functions 24 years ago
Bruce Momjian 6a25cd6b26 Attached is a patch which adds 2 missing semi-colons to 24 years ago
Bruce Momjian 64839d9425 Update for SET/DROP NOT NULL. 24 years ago
Tom Lane 9b77f61930 ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. 24 years ago
Tom Lane 838fe25a95 Create a new GUC variable search_path to control the namespace search 24 years ago
Hiroshi Inoue 6df395f63a 1) Add rollback functionality to updatable cursors. 24 years ago
Tom Lane 87b0808020 Temporary kluge to let RI triggers work on tables outside the system 24 years ago
Bruce Momjian b5030d33f3 Oops, not sure these are done. 24 years ago
Tom Lane 69b7651b1d Fix broken PG_VERSION_STR. 24 years ago
Bruce Momjian 60dcf1c817 Fixed now, I think: 24 years ago
Tom Lane d51675169f Make renamerel take an OID, not a RangeVar, to identify the relation 24 years ago
Tom Lane 3114102521 Reimplement temp tables using schemas. The temp table map is history; 24 years ago
Tom Lane 5f4745adf4 Further cleanups for relations in schemas: teach nextval and other 24 years ago
Peter Eisentraut 25004eec95 Fix more random breakage manifesting on FreeBSD. 24 years ago
Peter Eisentraut 4916f9e97a Reorder some things so prerequisite macros don't get expanded implicitly 24 years ago
Tom Lane d67442ccfd Mop-up some infelicities in new relation lookup handling. 24 years ago
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