2000-10-24 |
Tom Lane | Reconsider page size for large objects: rather than... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Tom Lane | Increase buffer size to improve performance of client... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Tom Lane | Remove arbitrary limit on number of simultaneously... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Tom Lane | Major overhaul of large-object implementation, by Denis... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Tom Lane | Add some modicum of error detection... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Tom Lane | Remove testlo2.c --- there seems to be no difference... |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Tom Lane | If a field is incompressible ('compressed' data is... |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Peter Eisentraut | Polish shared library build to reduce number of special... |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Bruce Momjian | Back out xti.h portion of the patch. |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Vadim B. Mikheev | New relcache hash table with RelFileNode as key to... |
commit | commitdiff | tree | snapshot |
2000-10-23 |
Tom Lane | Minor updates/corrections for CREATE/DROP FUNCTION... |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Tom Lane | Some small polishing of Mark Hollomon's cleanup of... |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Tom Lane | plpgsql regress tests seem a tad out of date ... repair... |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Philip Warner | Cleanup error messages in findLastBuiltinOid |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Peter Eisentraut | Makeover for Unixware 7.1.1 |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Tom Lane | Fix incorrect logic for clearing BufferDirtiedByMe... |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Tom Lane | Patch VACUUM problem with moving chain of update tuples... |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Tom Lane | Fix typo. |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Tom Lane | datlastsysoid is an Oid, not an int4 ... |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Philip Warner | Use new datlastsysoid field in pg_database + some clean... |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Philip Warner | Add new datlastsysoid to pg_database. |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Michael Meskes | Fixed mixing of two enum datatypes. |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Bruce Momjian | BACKED OUT. |
commit | commitdiff | tree | snapshot |
2000-10-22 |
Bruce Momjian | Crash on NULL again in system table check. |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Peter Eisentraut | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from templ... |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Bruce Momjian | First a core dump which can be relieved by: |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Peter Eisentraut | This file isn't used anywhere. |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Bruce Momjian | Remove CC and CXX. |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Bruce Momjian | here it is as requested by Bruce. |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Bruce Momjian | Per my ongoing discussion with PeterE, here is the... |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Vadim B. Mikheev | WAL |
commit | commitdiff | tree | snapshot |
2000-10-21 |
Peter Eisentraut | Remove portions of SSL documentation patch that were... |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Peter Eisentraut | Add check for GNU or not GNU ld, needed to pick the... |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Peter Eisentraut | Add support for VPATH builds, that is, building somewhe... |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Thomas G. Lockhart | Fix discrepency in field names. |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Thomas G. Lockhart | Fix ids and xrefs to avoid duplicates. |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Thomas G. Lockhart | Remove ZP4, ZP5, ZP6 from docs since the current parser... |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Thomas G. Lockhart | Fix up id tag parameters to omit illegal underscores. |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Vadim B. Mikheev | WAL need in overwrite mode - restored in new way |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Vadim B. Mikheev | redo/undo support functions and cleanups. |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Tom Lane | Remove 'override' keyword, which breaks the build on... |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Tom Lane | Clean up gcc warnings. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Tom Lane | Improve comments. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Tom Lane | Fix silly typo in redirection example. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Tom Lane | Fix missing CommandCounterIncrement in DROP USER. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Bruce Momjian | Solaris looks like it is OK now, FAQ item removed. |
commit | commitdiff | tree | snapshot |
2000-10-18 |
Bruce Momjian | Update solaris FAQ for pl/pgsql Michel Decima <michel... |
commit | commitdiff | tree | snapshot |
2000-10-18 |
Bruce Momjian | Make it an FAQ. |
commit | commitdiff | tree | snapshot |
2000-10-18 |
Bruce Momjian | The following patch was sent to the patches list: |
commit | commitdiff | tree | snapshot |
2000-10-18 |
Philip Warner | Added pg_restore (probably rename later) |
commit | commitdiff | tree | snapshot |
2000-10-18 |
Vadim B. Mikheev | I had to change buffer tag: now RelFileNode is used... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Tom Lane | Update pltcl regress test to exercise return_null;... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Peter Eisentraut | Locate the file pg_service.conf in the directory config... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Michael Meskes | Fixed some bugs in C language parsing. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Peter Eisentraut | * doc/src/sgml/regress.sgml: Update for new driver... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Peter Mount | Some more getTimestamp() fixes |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Bruce Momjian | Remove duplicate requiressl entry. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Vince Vielhaber | update website references |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Michael Meskes | Simplified parsing of connect rule. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Bruce Momjian | FAQ_MSWIN is better than INSTALL_MSWIN |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Bruce Momjian | Rename INSTALL_WIN to INSTALL_MSWIN. MS doesn't own... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Bruce Momjian | TNS: |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | I wasn't too sure where to mail this. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Michael Meskes | Fixed handling of variables in connect rule. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Remove NO_SECURITY define. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Fix typo in code. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Something changed, that now shows that there is a depen... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Vadim B. Mikheev | New file naming. Database OID is used as "tablespace... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | I submitted three patches to pgsql-patches@postgresql... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Philip Warner | Added pg_restore to allfiles.sgml |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Here is a patch against the same cvs tree as the SSL... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Marc G. Fournier | author setting |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Marc G. Fournier | again |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Marc G. Fournier | again ... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Marc G. Fournier | test again |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Marc G. Fournier | let's see if this gets the 'committer' into the email... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Bruce Momjian | Change jdbc docs from postgresql.Driver to org.postgres... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Marc G. Fournier | testing ... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Philip Warner | Fix prototype declaration based on patch from David... |
commit | commitdiff | tree | snapshot |
2000-10-14 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2000-10-14 |
Bruce Momjian | This fixes a small problem with identifying -lbind... |
commit | commitdiff | tree | snapshot |
2000-10-14 |
Bruce Momjian | The configure script fails to find <netinet/tcp.h>. |
commit | commitdiff | tree | snapshot |
2000-10-14 |
Bruce Momjian | Here is a patch for resultmap and the results file. |
commit | commitdiff | tree | snapshot |
2000-10-14 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
next |