| Commit message (Expand) | Author | Age | Files | Lines |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 3 | -100/+98 |
* | When a function not returning RECORD has a single OUT parameter, use | Tom Lane | 2005-10-06 | 1 | -1/+103 |
* | Don't try to constant-fold functions returning RECORD. We were never | Tom Lane | 2005-07-03 | 1 | -31/+1 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -3/+3 |
* | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 | 1 | -2/+9 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -5/+1 |
* | get_expr_result_type has to be prepared to pull type information | Tom Lane | 2005-05-28 | 1 | -1/+31 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 | 1 | -2/+2 |
* | get_expr_result_type probably needs to be able to handle OpExpr as well | Tom Lane | 2005-04-25 | 1 | -2/+8 |
* | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane | 2005-04-14 | 1 | -2/+2 |
* | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane | 2005-04-05 | 1 | -1/+103 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 2 | -10/+663 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 | 1 | -5/+5 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -2/+2 |
* | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane | 2005-03-22 | 1 | -45/+28 |
* | Improve performance of fmgr.c calling routines for cases with more than | Tom Lane | 2005-02-02 | 1 | -98/+207 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 2 | -4/+4 |
* | Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. | Tom Lane | 2004-12-26 | 1 | -5/+4 |
* | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 | 1 | -5/+1 |
* | fmgr_security_definer had better do a PG_TRY to ensure the outer userid | Tom Lane | 2004-10-01 | 1 | -7/+18 |
* | Fix two typos in comments. | Neil Conway | 2004-09-13 | 1 | -2/+2 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -12/+15 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 2 | -19/+20 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 3 | -6/+6 |
* | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane | 2004-08-13 | 1 | -2/+3 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
* | Fix library_path with canonicalization. | Bruce Momjian | 2004-07-12 | 1 | -1/+2 |
* | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 | 1 | -7/+11 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+3 |
* | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 1 | -2/+2 |
* | Put path configuration information into a .h file instead of cluttering | Tom Lane | 2004-05-21 | 1 | -5/+1 |
* | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 | 2 | -54/+15 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -6/+9 |
* | Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib and | Bruce Momjian | 2004-03-09 | 1 | -1/+23 |
* | Under Win32, stat() returns an st_ino field, but it has no meaning (on | Bruce Momjian | 2004-02-17 | 1 | -1/+10 |
* | Add a hash table to cache lookups of 'C'-language functions (that is, | Tom Lane | 2004-01-19 | 2 | -29/+163 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 2 | -18/+18 |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 1 | -2/+8 |
* | Fix a number of places where reconfiguring with a different installation | Tom Lane | 2003-12-23 | 1 | -1/+5 |
* | Use a shutdown callback to ensure proper clean up when rescanning | Joe Conway | 2003-12-19 | 1 | -4/+37 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 4 | -4/+4 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 2 | -7/+7 |
* | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 1 | -2/+2 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -2/+2 |
* | load_file() has to remove pre-existing shlibs that match the new file | Tom Lane | 2003-09-07 | 1 | -24/+22 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 2 | -4/+4 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 2 | -20/+20 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -2/+2 |