| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 | 5 | -171/+209 |
| * | Make getpid() use %d consistently for printing. | Bruce Momjian | 2004-10-09 | 2 | -11/+8 |
| * | Suppress timezone output on log_line_prefix %t on Win32, because it is | Bruce Momjian | 2004-10-09 | 1 | -1/+6 |
| * | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 | 7 | -242/+236 |
| * | Do proper testing of CIDR bits against network mask, e.g. don't allow: | Bruce Momjian | 2004-10-08 | 1 | -2/+2 |
| * | Change get_rule_expr so that when the input is a List, it displays the | Tom Lane | 2004-10-07 | 1 | -70/+30 |
| * | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 | 6 | -358/+431 |
| * | Remove unneeded dash. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
| * | Update comment to fix nibble mention: | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 7 | -14/+14 |
| * | Back out unindented modification to file. | Bruce Momjian | 2004-10-07 | 1 | -326/+385 |
| * | Indent comment pushed to new line by else so it is indented by BSD | Bruce Momjian | 2004-10-07 | 1 | -385/+326 |
| * | Allow the spinlock test to be compiled successfully in a vpath build. | Neil Conway | 2004-10-07 | 1 | -2/+2 |
| * | XOR process PID into a backend's initial random seed, to ensure that | Tom Lane | 2004-10-07 | 1 | -6/+2 |
| * | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 | 3 | -7/+77 |
| * | Adjustment to test on unix domain socket variable for pg_hba.conf | Bruce Momjian | 2004-10-06 | 1 | -2/+2 |
| * | Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domain | Bruce Momjian | 2004-10-06 | 1 | -3/+4 |
| * | Add Win32 version info to client binaries. | Bruce Momjian | 2004-10-05 | 1 | -4/+5 |
| * | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 | 1 | -29/+20 |
| * | PortalRun must guard against the possibility that the portal it's | Tom Lane | 2004-10-04 | 2 | -10/+68 |
| * | Suppress getppid test on WIN32, per Dave Page. | Tom Lane | 2004-10-04 | 1 | -2/+9 |
| * | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane | 2004-10-04 | 6 | -144/+545 |
| * | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian | 2004-10-04 | 1 | -1/+3 |
| * | Translation update | Peter Eisentraut | 2004-10-03 | 2 | -7158/+8605 |
| * | Clean up handling of inherited-table update queries, per bug report | Tom Lane | 2004-10-02 | 4 | -52/+76 |
| * | Convert pg_stat_get_backend_idset to use the existing SRF support. | Tom Lane | 2004-10-01 | 1 | -29/+45 |
| * | fmgr_security_definer had better do a PG_TRY to ensure the outer userid | Tom Lane | 2004-10-01 | 1 | -7/+18 |
| * | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane | 2004-10-01 | 1 | -8/+24 |
| * | Fallout from changing index locking rules: we can reduce the strength | Tom Lane | 2004-10-01 | 2 | -24/+23 |
| * | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 | 2 | -4/+14 |
| * | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 | 6 | -42/+70 |
| * | Remove unnecessary use of index_open just to get the index name. | Tom Lane | 2004-09-30 | 1 | -5/+4 |
| * | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane | 2004-09-30 | 3 | -50/+24 |
| * | Split out everything that looks like a function call from c_expr into | Tom Lane | 2004-09-29 | 1 | -49/+55 |
| * | Minor adjustments to improve the accuracy of our computation of required | Tom Lane | 2004-09-29 | 4 | -21/+42 |
| * | Adjust obsolete comment about memory needs for lock table. | Tom Lane | 2004-09-28 | 1 | -1/+1 |
| * | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 | 4 | -13/+37 |
| * | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 | 2 | -7/+5 |
| * | Translation update | Peter Eisentraut | 2004-09-27 | 1 | -57/+59 |
| * | Translation update | Peter Eisentraut | 2004-09-27 | 1 | -94/+96 |
| * | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 | 1 | -17/+3 |
| * | A few minor list-related cleanups: | Neil Conway | 2004-09-27 | 2 | -13/+10 |
| * | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway | 2004-09-27 | 2 | -12/+12 |
| * | Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, | Tom Lane | 2004-09-27 | 1 | -105/+115 |
| * | Fix multiple breakages in our support for SSL certificates. | Tom Lane | 2004-09-26 | 1 | -10/+15 |
| * | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 | 2 | -20/+91 |
| * | GUC assign hooks that look at external state in deciding whether a | Tom Lane | 2004-09-24 | 2 | -7/+13 |
| * | Cleanup some ancient Ultrix / Alpha code in main() that is intended to | Neil Conway | 2004-09-24 | 1 | -8/+13 |
| * | shmdt takes a void* parameter, per Kris Jurka. | Tom Lane | 2004-09-24 | 1 | -2/+2 |
| * | ExecProcAppend() wasn't called ExecAppend() because the latter name was | Neil Conway | 2004-09-24 | 4 | -14/+12 |