1997-01-14 |
Bruce Momjian | Cleanup for DEBUG: removal in initdb.sh. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Prevent initdb from showing vacuum statistics. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Remove CFLAGS_SL from lib/Makefile |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | There are two prototypes for inet_aton, one in include... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Another compilation error has surfaced on Ultrix. In... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Restored original pg_type/pg_attribute defaults. Regre... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Marc G. Fournier | Andrew's Makefile.custom generation program...hopefully... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Update create_index manual page to have unique section. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Update history file for 1.09 release |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Re-add -lm link flag |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Change -lIPC to -lipc. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Fix typo in findstring use. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bryan Henderson | Part of patch to make a working nextstep port. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Added VERBOSE option to vacuum command. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Oops, introduced a bug in EOF handling. Fix it. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | No EOF from psql when quiet mode. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bryan Henderson | Add nextstep port, courtesy of Ovidiu Predescu. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Marc G. Fournier | From: Keith Parks <emkxp01@mtcc.demon.co.uk> |
commit | commitdiff | tree | snapshot |
1997-01-12 |
Bruce Momjian | Shared library cleanup for -fpic. |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Marc G. Fournier | Fixes: |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Marc G. Fournier | From: darcy@druid.net (D'Arcy J.M. Cain) |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | INSTALL fix for pg_hba.conf |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | I've noticed that \i filename in 6.0beta prints the... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Remove octal character constants and convert to decimal... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | include sem.h added, include string.h neede, from Erik... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Irix fixes from Martin |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | cleanup for LINUX_ELF |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | timeb.h only used when not using POSIX_TIME |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Makefile's -fpic only for gcc |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Massimo fix for non-existant file copy error. |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | I found the following bugs in the version 6.0 (dated... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | Fixed (I hope) unique btree index implementation. |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | Additional fixes for shared library (BSD44_Derived... |
commit | commitdiff | tree | snapshot |
1997-01-09 |
Vadim B. Mikheev | #include <postgres.h> moved upper |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Marc G. Fournier | From: wieck@sapserv.debis.de |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bruce Momjian | Removed equals sign from examples. |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bruce Momjian | New migration file. |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Vadim B. Mikheev | #include "postgres.h" |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Use proper types so it compiles on DEC C89. Thanks... |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Change the way ipc.h is included because sys/ipc.h... |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Add include of port-protos.h so it works on Ultrix... |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Fix syntax error |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Marc G. Fournier | minor path problem fix by tgl@mythos.jpl.nasa.gov |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Marc G. Fournier | Typo: Change Postgres95 to PostgreSQL |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Marc G. Fournier | Improvements to pg_dump to: |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Bryan Henderson | Fix mismatching prototype (const int vs int) |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Bryan Henderson | Add Irix stuff. |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | remove zap_ltv from the distribution, since the problem... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | REmove pg4_dump...its old stuff that is sooo out of... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | NeXT port specific changes by: Ovidiu Predescu <ovidiu... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | PORT NeXT requires an isascii() define...put it in... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | Minor changes for NeXT compile |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | More config.h syncing for limits.h |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | Add NeXT port submitted by: Ovidiu Predescu <ovidiu... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | Clean up 'if defined()' for header files... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | add define for USE_LIMIT_H into NeXT port... |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Marc G. Fournier | final fix for shared library under BSD44_derived |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Marc G. Fournier | Shared library fixes for BSD44_Derived port |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Marc G. Fournier | Fixes: |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Marc G. Fournier | Fixes: |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Marc G. Fournier | Just reviewed what I changed as far a dlopen/etc are... |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Bryan Henderson | Silence compiler warnings, fix error in complex compare... |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Bryan Henderson | Standardize all LDADD to LD_ADD. |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Vadim B. Mikheev | Closing opened indices. |
commit | commitdiff | tree | snapshot |
1997-01-05 |
Vadim B. Mikheev | Releasing empty root page in _bt_endpoint () to avoid |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Marc G. Fournier | someone added pg_listen and pg_notifies to libpgtcl... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Bruce Momjian | Migration file changes |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Bruce Momjian | moved migration files |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Bruce Momjian | update TODO |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Bruce Momjian | documentation updating to 6.0 release |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Marc G. Fournier | FreeBSD doesn't require the dl{open,close,sym,error... |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Bruce Momjian | fix for previous fix |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Bruce Momjian | psql paren. with \r fix. |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Bruce Momjian | ALTER TABLE (text) fix |
commit | commitdiff | tree | snapshot |
1997-01-01 |
Bruce Momjian | Fix for SELECT INTO ... GROUP/ORDER BY where table... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Bryan Henderson | Make error messages more explicit, PQtrace() output... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Bryan Henderson | Rename Makefile to GNUmakefile to catch people using... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Vadim B. Mikheev | Fixed realloc for increasing tempRels list. |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Vadim B. Mikheev | ReleaseTmpRelBuffers () releases buffers in LOCAL... |
commit | commitdiff | tree | snapshot |
1996-12-30 |
Bryan Henderson | Put $(CURSES_LIB) in Makefile.global to replace similar... |
commit | commitdiff | tree | snapshot |
1996-12-30 |
Bryan Henderson | Check that PQendcopy succeeded. Issue error message... |
commit | commitdiff | tree | snapshot |
1996-12-29 |
Bruce Momjian | explain change |
commit | commitdiff | tree | snapshot |
1996-12-29 |
Bruce Momjian | typo fix |
commit | commitdiff | tree | snapshot |
1996-12-29 |
Bruce Momjian | New EXPLAIN manual page. |
commit | commitdiff | tree | snapshot |
1996-12-29 |
Bruce Momjian | Changed EXPLAIN option names. |
commit | commitdiff | tree | snapshot |
1996-12-29 |
Bruce Momjian | Improved EXPLAIN option handling. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fix expected regression output. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fixed errors in create statement. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fixed error where = should be ==. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Fixed Assert check where ! should be !=. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Here is a bug fix and some spelling changes for the... |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Here's the final set of patches to 6.0 (sup'd on 27... |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Updated changes for 6.0. |
commit | commitdiff | tree | snapshot |
1996-12-28 |
Bruce Momjian | Patch for copy from stdin. |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Bryan Henderson | Add messages to assist in problem diagnosis. Eliminate... |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Bryan Henderson | Add asserts to check for file descriptor ring corruption. |
commit | commitdiff | tree | snapshot |
next |