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 |
2002-03-01 |
Peter Eisentraut | User and database-specific session defaults for run... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Peter Eisentraut | array_ref() should set isNull to false explicitly if... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Tom Lane | Fix thinko: cost_mergejoin must pay attention to which... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Bruce Momjian | Revert quotes, 7.2 doesn't need them for CREATE FUNCTION. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Bruce Momjian | Oops, we didn't have single quotes around 'langname... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Hiroshi Inoue | Add files for Unicode support. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Tom Lane | Second thoughts dept: arrange to cache mergejoin scan... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Tom Lane | Teach planner about the idea that a mergejoin won't... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Tom Lane | Tweak pg_exec_query_string so that we close down transa... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Peter Eisentraut | Some cleanups in CREATE/ALTER/DROP USER ref pages. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Tom Lane | #ifdef out pg_dump's check on whether a sequence's... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Tom Lane | Paranoia about data structure lifetime ... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Tom Lane | Clean up BeginCommand and related routines. BeginComma... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Hiroshi Inoue | Improve the handling of ODBC escape(a request from... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Tatsuo Ishii | Fix bug in COPY FROM when DELIMITER is not in ASCII... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Tom Lane | Restructure command-completion-report code so that... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Tom Lane | Correct typo noticed by Christopher Kings-Lynne. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Dave Cramer | Implementation for cancelQuery by Grant Finnemore ... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Tom Lane | Use quote-marks to try to clarify a plpgsql error messa... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Tom Lane | Tweak psql's \connect command to not downcase unquoted... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Update FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Fix for PAM error message display: |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Add items and JDBC maintainers: |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Tom Lane | Add note that BLCKSZ must be a power of 2. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Thomas G. Lockhart | Add a large number of time zones to the lookup table. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Update completed items: |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | This patch will allow arbitrary levels of analyze ... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Tom Lane | Try to make makefile actually work ... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Fix typo in Makefile. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | I've attached a simple patch which should improve the... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Fix typo in filename. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Add integer aggregator to /contrib. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Re-add equals documentation with CREATE DATABASE. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bruce Momjian | Remove documentation of equals in CREATE DATABASE.... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Tom Lane | Fix bogus createdb option syntax recommended by initloc... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Tom Lane | Fix copy-and-paste typo. |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Tom Lane | Add -O/--owner switch to createdb script, in support... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Tom Lane | Modify pg_dumpall so that output script uses new OWNER... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Tom Lane | Add OWNER option to CREATE DATABASE, so superusers... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Dave Cramer | compiles correctly but still doesn't work with jdk 1.4 |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Bruce Momjian | pgindent copy.c. Patch wasn't in proper format. |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Bruce Momjian | Free files on dir open failure in COPY. |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Tatsuo Ishii | Add -N option which disables updation of branches and... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bruce Momjian | OK'ed by Peter. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bruce Momjian | Add fstat / S_ISDIR checks to make sure we're not tryin... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bruce Momjian | Feature patch per prev thread for --with-tcl, only... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Tom Lane | Guard against createdb --location=PGDATA foo; without... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bruce Momjian | Update FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bruce Momjian | Add type conversion discussion. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Peter Eisentraut | Heimdal support (Kerberos V implementation from KTH) |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Peter Eisentraut | Add -Wno-error to CFLAGS, so the rest of the tree can... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Peter Eisentraut | Save source of GUC settings, allowing different sources... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bruce Momjian | Make factorial(0) return 1, as per spec. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | I've written on like that a while ago: |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Record for future use if we ever change the protocol: |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | We had a problem with to compile pgsql-7.2 under SW... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Add Russian FAQ from Viktor Vislobokov. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Please, apply attached patch of contrib/btree_gist... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Modify: |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dave Cramer | fixed compile error |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Add NAMEDATALEN discussion. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Add discussion. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dave Cramer | This patch fixes the exception thrown to inform the... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dave Cramer | Patch from Cormac Twomey |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dave Cramer | Patch from Cormac Twomey |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Dave Cramer | now compiles clean with jdk 1.4 |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Clarify: |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | More wording improvement. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Bruce Momjian | Improve wording of meaning of /contrib directory. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Update. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Small spacing cleanup. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Wrap some SQL syntax examples so \h shows them better. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Add to replication discussion. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Bruce Momjian | Marc, you get this one. :-) You are the expert on... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Tom Lane | Fix comment. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bruce Momjian | Add cursors outside transactions thread. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Bruce Momjian | Add savepoints discussion. |
commit | commitdiff | tree | snapshot |
next |