Commit Graph

12200 Commits (6eeb95f0f56bb5e8a0a9328aeec04c9e6de87272)
 

Author SHA1 Message Date
Tom Lane 6eeb95f0f5 Restructure representation of join alias variables. An explicit JOIN 24 years ago
Bruce Momjian 66b6bf67a1 More pgsql \? cleanup for Peter E. 24 years ago
Bruce Momjian 560a2c017c Correct optional args in psql \? as pointed out by Ian Barwick. 24 years ago
Bruce Momjian cdfe4bb64f Pleas apply it for 7.2.1 and current CVS. 24 years ago
Bruce Momjian 0d2842468c Mention time() and interval() are also changed in 7.2. 24 years ago
Bruce Momjian 80bbfe76d5 Inlined a patch to add the libpq setNoticeProcessor capability to 24 years ago
Michael Meskes 9f9e3c9803 Changed the version numbers, but did not commit the Makefiles. 24 years ago
Hiroshi Inoue dadb718b10 Bug fixes for the 2002-03-08 change. 24 years ago
Peter Eisentraut d0d3ab5325 Fix markup 24 years ago
Peter Eisentraut 414550f438 Uppercase class selectors, to work with browsers that follow the standards. 24 years ago
Bruce Momjian 29731df471 Back out this for Peter: 24 years ago
Michael Meskes 7f7fb4e64c Fixed two bugs in define command in pgc.l 24 years ago
Bruce Momjian a9f268dcb3 Update and remove items: 24 years ago
Bruce Momjian a35b6b6418 Add DEFAULT_INDEX_TYPE == "btree", for clarity. 24 years ago
Bruce Momjian ee27436f6c Disable brackets in multi-statement rules, as discussed. 24 years ago
Thomas G. Lockhart f20509551d Guard against NULL strings in SET key=val constructs. 24 years ago
Dave Cramer ee2154829e Added a check for not calling next() before getting objects from the result set, 24 years ago
Tom Lane c422b5ca6b Code review for improved-hashing patch. Fix some portability issues 24 years ago
Dave Cramer 1eb31d197d Here is a small patch that cleans up some error reporting in the JDBC driver. PSQLExceptions are thrown instead of SQLExceptions and if a warning is received while waiting for the backend secret key, that warning is chained to the new Connection object instead of generating an exception. A couple new error messages have been added. 24 years ago
Bruce Momjian fdcb8516d4 Wording improvements to runtime.sgml. Add mention in postgresql.conf 24 years ago
Bruce Momjian db1d7a9ada Improve wording of pg_hba.conf file. 24 years ago
Hiroshi Inoue fc70104725 Remove compile errors. 24 years ago
Hiroshi Inoue 4b47467a6b 1) Implement SQLParamOptions(). 24 years ago
Tom Lane 21f8aa396f analyze.o need not depend on parser.h. 24 years ago
Tom Lane 01fe40f5c5 Remove unnecessary inclusion. 24 years ago
Tom Lane cf68a686a6 Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt, 24 years ago
Bruce Momjian 54f4136aca Remove async TODO.detail file. 24 years ago
Bruce Momjian 405e0c9aac Update TODO items that are completed. 24 years ago
Bruce Momjian ee81126d1f TODO item done: 24 years ago
Bruce Momjian fd6b9f04a7 Mark as done: 24 years ago
Bruce Momjian 3239793e0d Add 24 years ago
Tom Lane 98b3ae7378 Add missing colon to getopt() arg. 24 years ago
Bruce Momjian 08e1664ab4 Add FULL in VACUUM psql completion. 24 years ago
Bruce Momjian 7ce0f9c375 Adjust elog() tags so source and regression tests match. 24 years ago
Bruce Momjian 7d1b8fe716 Back out psql domain improvements until domain is applied. 24 years ago
Bruce Momjian b976b8af80 Back out domain patch until it works properly. 24 years ago
Bruce Momjian 609f71b760 Also an small change to the tab-complete feature of psql which allows to 24 years ago
Bruce Momjian 9178b7fcea Fix syntax error introduced by patch. 24 years ago
Bruce Momjian 7ab7467318 I've attached a patch which implements Bob Jenkin's hash function for 24 years ago
Bruce Momjian 5b5cef9abd Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons 24 years ago
Bruce Momjian 62e6eb9bf7 alter table doc cleanups. 24 years ago
Bruce Momjian 0df1dc6aaf This simple patch fixes broken Makefile, broken ApplySnapshot and 24 years ago
Bruce Momjian c666d6fd41 Here is a diff of changes to the psql source code implementing a simple 24 years ago
Bruce Momjian 01c76f7411 Ok. Updated patch attached. 24 years ago
Bruce Momjian 3d9f865e94 Modify ALTER TABLE OWNER to change index ownership; code cleanup. 24 years ago
Bruce Momjian ade0fe5cb4 Update docs for new stored procedure error levels. 24 years ago
Bruce Momjian 7d5edf2ba7 Add new elog() levels to stored procedure languages. plperl DEBUG hack 24 years ago
Bruce Momjian 9956c566e3 Add libpgeasy example file. 24 years ago
Michael Meskes 5ca7c8e314 Synced parser with backend. 24 years ago
Bruce Momjian 3c0d21a28e Update reference pages for new INFO, NOTICE, WARNING elog() levels. 24 years ago