2002-03-11 |
Hiroshi Inoue | Bug fixes for the 2002-03-08 change. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Peter Eisentraut | Fix markup |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Peter Eisentraut | Uppercase class selectors, to work with browsers that... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Bruce Momjian | Back out this for Peter: |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Michael Meskes | Fixed two bugs in define command in pgc.l |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Bruce Momjian | Update and remove items: |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Bruce Momjian | Add DEFAULT_INDEX_TYPE == "btree", for clarity. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Bruce Momjian | Disable brackets in multi-statement rules, as discussed. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Thomas G. Lockhart | Guard against NULL strings in SET key=val constructs. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Dave Cramer | Added a check for not calling next() before getting... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Tom Lane | Code review for improved-hashing patch. Fix some porta... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Dave Cramer | Here is a small patch that cleans up some error reporti... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Bruce Momjian | Wording improvements to runtime.sgml. Add mention... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Bruce Momjian | Improve wording of pg_hba.conf file. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Hiroshi Inoue | Remove compile errors. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Hiroshi Inoue | 1) Implement SQLParamOptions(). |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Tom Lane | analyze.o need not depend on parser.h. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Tom Lane | Remove unnecessary inclusion. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Tom Lane | Fix copying/equality-check bugs in GrantStmt and Constr... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Bruce Momjian | Remove async TODO.detail file. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Bruce Momjian | Update TODO items that are completed. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Bruce Momjian | TODO item done: |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Bruce Momjian | Mark as done: |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Bruce Momjian | Add |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Tom Lane | Add missing colon to getopt() arg. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Bruce Momjian | Add FULL in VACUUM psql completion. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Bruce Momjian | Adjust elog() tags so source and regression tests match. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Bruce Momjian | Back out psql domain improvements until domain is applied. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Bruce Momjian | Back out domain patch until it works properly. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Bruce Momjian | Also an small change to the tab-complete feature of... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Fix syntax error introduced by patch. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | I've attached a patch which implements Bob Jenkin's... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | alter table doc cleanups. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | This simple patch fixes broken Makefile, broken ApplySn... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Here is a diff of changes to the psql source code imple... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Ok. Updated patch attached. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Modify ALTER TABLE OWNER to change index ownership... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Update docs for new stored procedure error levels. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Add new elog() levels to stored procedure languages... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Add libpgeasy example file. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Michael Meskes | Synced parser with backend. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Update reference pages for new INFO, NOTICE, WARNING... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Update docs for new INFO, NOTICE, WARNING elog() levels. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Improve elog descriptions. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Add missing Unicode multibyte files. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Change made to elog: |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Bruce Momjian | Add name: |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Dave Cramer | changed Cancel to cancel |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | backed out changes for cancel, no need to look for... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | Patch by Nicolas Verger to correctly propogate SQLWarni... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | fixed cancel query bug introduced by patch |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Autoconf for jdbc debug changes. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | At this moment, --enable-debug adds debugging informati... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Prevent failed passwords from being echoed to server... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Prevent failed passwords from being echoed to server... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | This version has been synchonized with English version... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | This trivial patch fixes a typo and improves the phrasi... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Adds \du documentation line for \? in psqls help.c |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Please, apply attached patch for contrib/tsearch to... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Back out old version and update with newer patch of: |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Currently, contrib/oid2name doesn't bother to free... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | > Tatsuo Ishii wrote: |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | I attach a version of my toast-slicing patch, against... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | I was digging through the GiST code, and figured I... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Here's a patch against 7.1.3 that fixes a problem with... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Tom Lane | Previous patch to mark UNION outputs with common typmod... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | Doug Fields patch to prevent exception being thrown... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | patch from Zhenbang Wei |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | Patch from Ryouichi Matsuda |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | patch from Mitchel Friedman to fix getTables |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Showing index details with \d on psql. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Dave Cramer | patch from Vicktor to fix Numeric decimal digits in... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Back out python patch: |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | This patch to the python bindings adds C versions of... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Bruce Momjian | Add \timing patch to psql. Times all queries. |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Bruce Momjian | Add PQunescapeBytea libpq function. |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Bruce Momjian | Improve libpgeasy API for multiple result sets, add... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tom Lane | Add Assert check to catch vsnprintf overrunning its... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tom Lane | Update FAQ_Solaris with info about gcc 2.95.1 problems... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tom Lane | Make port makefile slightly less crufty. |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Bruce Momjian | Modify: |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tom Lane | Fix very ancient breakage in alter-table tests: apparen... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tom Lane | If presented db path has a trailing slash, remove it... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tatsuo Ishii | Fix bug in extract/date_part for milliseconds/miscrosec... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tom Lane | Fix bogus error check in pg_execute, per report from... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Tom Lane | Further work on elog cleanup: fix some bogosities in... |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Tom Lane | Catcaches can now store negative entries as well as... |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Bruce Momjian | Default server_min_messages is NOTICE. |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Tom Lane | Cause regression tests to pass again after elog changes. |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tom Lane | Some kibitzing about appropriate elog levels for sinval... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Bruce Momjian | Commit to match discussed elog() changes. Only update... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tom Lane | Add code to allow profiling of backends on Linux: save... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tom Lane | Don't bother to request SSL connection over a Unix... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tom Lane | Array slice extraction should produce a result array... |
commit | commitdiff | tree | snapshot |
next |