Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | |
backend functions via backend PQexec(). The SPI interface has long been our only documented way to do this, and the backend pqexec/portal code is unused and suffering bit-rot. I'm putting it out of its misery. | |||
2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | |
fmgr_faddr() in favor of new-style calls. Lots of cleanup of sloppy casts to use XXXGetDatum and DatumGetXXX ... | |||
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | |
2000-01-26 | Add: | Bruce Momjian | |
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | |||
1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | |
Fewer calls to nameout. Better use of RelationGetRelationName. | |||
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | |
1999-07-16 | Final cleanup. | Bruce Momjian | |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian | |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian | |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | |
1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian | |
1999-05-25 | pgindent run over code. | Bruce Momjian | |
1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | |
real affect now. | |||
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1999-01-27 | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | |
only once per SELECT, not once per tuple. 10% here, 10% there, pretty soon you're talking about real speedups ... | |||
1999-01-24 | Replace typtoout() and gettypelem() with a single routine, | Tom Lane | |
so that fetching an attribute value needs only one SearchSysCacheTuple call instead of two redundant searches. This speeds up a large SELECT by about ten percent, and probably will help GROUP BY and SELECT DISTINCT too. | |||
1998-12-14 | Many more cleanups... | Marc G. Fournier | |
1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev | |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian | |
1998-07-13 | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | |
1998-03-30 | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian | |
yyerror ones from bison. It also includes a few 'enhancements' to the C programming style (which are, of course, personal). The other patch removes the compilation of backend/lib/qsort.c, as qsort() is a standard function in stdlib.h and can be used any where else (and it is). It was only used in backend/optimizer/geqo/geqo_pool.c, backend/optimizer/path/predmig.c, and backend/storage/page/bufpage.c > > Some or all of these changes might not be appropriate for v6.3, since we > > are in beta testing and since they do not affect the current functionality. > > For those cases, how about submitting patches based on the final v6.3 > > release? There's more to come. Please review these patches. I ran the regression tests and they only failed where this was expected (random, geo, etc). Cheers, Jeroen | |||
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
1998-02-10 | Pass around typmod as int16. | Bruce Momjian | |
1998-02-10 | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | |
1998-01-31 | Inline fastgetattr and others so data access does not use function | Bruce Momjian | |
calls. | |||
1998-01-26 | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | |
I've completed the patch to fix the protocol and authentication issues I was discussing a couple of weeks ago. The particular changes are: - the protocol has a version number - network byte order is used throughout - the pg_hba.conf file is used to specify what method is used to authenticate a frontend (either password, ident, trust, reject, krb4 or krb5) - support for multiplexed backends is removed - appropriate changes to man pages - the -a switch to many programs to specify an authentication service no longer has any effect - the libpq.so version number has changed to 1.1 The new backend still supports the old protocol so old interfaces won't break. | |||
1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian | |
1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | |
indenting. Also static variable indenting. | |||
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1997-08-18 | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | |
1996-11-10 | All external function definitions now have prototypes that are checked. | Bruce Momjian | |
1996-11-06 | I'm getting there, slowly :) | Marc G. Fournier | |
1996-11-06 | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | |
1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | |