aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Collapse)AuthorAge
* Fix for serial creation.Bruce Momjian1998-10-28
|
* Reverse out addition of snprintf.Bruce Momjian1998-10-28
|
* Don't forget to create the dynloader files...Marc G. Fournier1998-10-27
|
* Fix for tprintf overruns from Göran Thyni.Bruce Momjian1998-10-27
|
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
|
* Fix some actual bugs exposed by compiler warnings.Tom Lane1998-10-26
| | | | | | (Someone forgot whether their subroutine signaled errors by a NULL pointer return value, or a negative integer... I'm surprised gcc -Wall doesn't catch this...)
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
| | | | | (HP's cc doesn't like if you forward-declare a routine static, and then don't make it static in the actual definition...)
* Fix from Jan for vacuum statistics loss.Bruce Momjian1998-10-23
|
* rename file.Bruce Momjian1998-10-23
|
* Update for bsdi 3.0.Bruce Momjian1998-10-23
|
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-22
|
* Add LIMIT syntax for Jan.Bruce Momjian1998-10-22
|
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-22
|
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-22
|
* Fix for funcs on INET/CIDR.Bruce Momjian1998-10-22
|
* Fix function calls to INET/CIDR functions. Added cidr_out.Bruce Momjian1998-10-22
|
* The patch does 2 things:Bruce Momjian1998-10-21
| | | | | | | | | | | | Fixes a bug in the rule system that caused a crashing backend when a join-view with calculated column is used in subselect. Modifies EXPLAIN to explain rewritten queries instead of the plain SeqScan on a view. Rules can produce very deep MORE Jan.
* New CIDR type and fixed INET type, from D'Arcy.Bruce Momjian1998-10-21
|
* Add RIP notice for Paul.Bruce Momjian1998-10-21
|
* INET fix from D'Arcy.Bruce Momjian1998-10-21
|
* Remove unused INET functions for D'Arcy.Bruce Momjian1998-10-20
|
* Fix for rules system from Jan.Bruce Momjian1998-10-20
|
* cleanup of keywords.cBruce Momjian1998-10-18
|
* Resort keywords for Jan.Bruce Momjian1998-10-18
|
* Disable inet.Bruce Momjian1998-10-17
|
* Re-enable inet code.Bruce Momjian1998-10-17
|
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-16
| | | | | | | | | | DataDir is set after read_pg_options if postgres is called interactively. If postgres is forked by postgres DataDir is read from the PGDATA enviromnent variable set by the postmaster and this explains while the bug disappears. I have written this patch but I don't like it. Any better idea? Massimo Dal Zotto
* Allow auto-detection of cpp and required flags.Thomas G. Lockhart1998-10-14
|
* Make genbki.sh a configureable shell program to allow auto-detectionThomas G. Lockhart1998-10-14
| | | | of the proper cpp program.
* Allow TIMESTAMP as a column name or general identifier.Thomas G. Lockhart1998-10-14
| | | | | timestamp had become a token a while ago, but had been omitted from the keywords.c until recently. This uncovered the omission in the ColId decl.
* New QUERY_LIMIT set command.Bruce Momjian1998-10-14
|
* From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier1998-10-13
| | | | | | Here are patches needed to complie under AIX 4.2. I changed configure.in, pqcomm.c, config.h.in, and fe-connect.c. Also I had to install flex because lex did not want to translate pgc.l.
* This is plain wrong, but check to see if DataDir was set *before* runningMarc G. Fournier1998-10-13
| | | | | read_pg_options ... read_pg_options should probably be moved to after the getopt() instead?
* case statement in select call was missing a break...Marc G. Fournier1998-10-13
|
* change configure so that if postgresql isn't being installed as root,Marc G. Fournier1998-10-13
| | | | | | | | do not configure in the perl5 interface. the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which is generally owned by root. This allows a non-root build/install with the only root requirement being the make/install of hte perl5 stuff...
* Fix for inet from Tom H.Bruce Momjian1998-10-12
|
* Fix for version.c warning.Bruce Momjian1998-10-12
|
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-12
|
* Fix for inet_net_pton() from Tom.Bruce Momjian1998-10-12
|
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-12
|
* Reverse out vacuum change.Bruce Momjian1998-10-09
|
* major/minor shared name cleanupBruce Momjian1998-10-09
|
* Fix for version() string overwrite.Bruce Momjian1998-10-09
|
* Add wildcard asterisk to the UNLISTEN syntax.Thomas G. Lockhart1998-10-09
|
* Fix for BSDI shared libraries.Bruce Momjian1998-10-09
|
* Clean up minor gcc warning about lack of reset_r_plans prototype.Tom Lane1998-10-08
|
* No need compile command/version.c anymore.Bruce Momjian1998-10-08
|
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
|
* Fix for INET type addition.Bruce Momjian1998-10-08
|
* Cleanup for snprintf for long long's.Bruce Momjian1998-10-08
|