| Commit message (Expand) | Author | Age |
* | Indent comment pushed to new line by else so it is indented by BSD | Bruce Momjian | 2004-10-07 |
* | Allow the spinlock test to be compiled successfully in a vpath build. | Neil Conway | 2004-10-07 |
* | XOR process PID into a backend's initial random seed, to ensure that | Tom Lane | 2004-10-07 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 |
* | Adjustment to test on unix domain socket variable for pg_hba.conf | Bruce Momjian | 2004-10-06 |
* | Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domain | Bruce Momjian | 2004-10-06 |
* | Add Win32 version info to client binaries. | Bruce Momjian | 2004-10-05 |
* | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 |
* | PortalRun must guard against the possibility that the portal it's | Tom Lane | 2004-10-04 |
* | Suppress getppid test on WIN32, per Dave Page. | Tom Lane | 2004-10-04 |
* | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane | 2004-10-04 |
* | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian | 2004-10-04 |
* | Translation update | Peter Eisentraut | 2004-10-03 |
* | Clean up handling of inherited-table update queries, per bug report | Tom Lane | 2004-10-02 |
* | Convert pg_stat_get_backend_idset to use the existing SRF support. | Tom Lane | 2004-10-01 |
* | fmgr_security_definer had better do a PG_TRY to ensure the outer userid | Tom Lane | 2004-10-01 |
* | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane | 2004-10-01 |
* | Fallout from changing index locking rules: we can reduce the strength | Tom Lane | 2004-10-01 |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 |
* | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 |
* | Remove unnecessary use of index_open just to get the index name. | Tom Lane | 2004-09-30 |
* | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane | 2004-09-30 |
* | Split out everything that looks like a function call from c_expr into | Tom Lane | 2004-09-29 |
* | Minor adjustments to improve the accuracy of our computation of required | Tom Lane | 2004-09-29 |
* | Adjust obsolete comment about memory needs for lock table. | Tom Lane | 2004-09-28 |
* | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 |
* | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 |
* | Translation update | Peter Eisentraut | 2004-09-27 |
* | Translation update | Peter Eisentraut | 2004-09-27 |
* | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 |
* | A few minor list-related cleanups: | Neil Conway | 2004-09-27 |
* | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway | 2004-09-27 |
* | Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, | Tom Lane | 2004-09-27 |
* | Fix multiple breakages in our support for SSL certificates. | Tom Lane | 2004-09-26 |
* | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 |
* | GUC assign hooks that look at external state in deciding whether a | Tom Lane | 2004-09-24 |
* | Cleanup some ancient Ultrix / Alpha code in main() that is intended to | Neil Conway | 2004-09-24 |
* | shmdt takes a void* parameter, per Kris Jurka. | Tom Lane | 2004-09-24 |
* | ExecProcAppend() wasn't called ExecAppend() because the latter name was | Neil Conway | 2004-09-24 |
* | Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences, | Tom Lane | 2004-09-23 |
* | If we're going to print unrecognized result codes from SSL_get_error | Tom Lane | 2004-09-23 |
* | Arrange for hash join to skip scanning the outer relation if it detects | Tom Lane | 2004-09-22 |
* | Adjust ExecMakeTableFunctionResult to produce a single all-nulls row | Tom Lane | 2004-09-22 |
* | This patch from Alvaro Herrera adds transaction ID to the list of | Neil Conway | 2004-09-22 |
* | Rotate on time boundaries that are sensible per local time rather than GMT. | Tom Lane | 2004-09-21 |
* | Documentation improvements, per Josh Berkus. | Tom Lane | 2004-09-20 |
* | Translation update | Peter Eisentraut | 2004-09-20 |
* | Translation updates | Peter Eisentraut | 2004-09-20 |
* | Translation updates | Peter Eisentraut | 2004-09-20 |
* | Fix estimate_num_groups to be able to use expression-index statistics | Tom Lane | 2004-09-18 |