| Commit message (Expand) | Author | Age |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane | 2005-10-14 |
* | Pass a strdup'd ident string to openlog(), to ensure that reallocation | Tom Lane | 2005-10-14 |
* | Allow times of 24:00:00 to match rounding behavior: | Bruce Momjian | 2005-10-14 |
* | Make stack_base_ptr non-static, for PL/Java. | Bruce Momjian | 2005-10-13 |
* | This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED | Bruce Momjian | 2005-10-13 |
* | Update krb_server_name to document that a missing entry defaults to | Bruce Momjian | 2005-10-13 |
* | Back out this because of fear of changing error strings: | Bruce Momjian | 2005-10-13 |
* | This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED | Bruce Momjian | 2005-10-13 |
* | Use get_progname() in backend main.c, rather than port-specific hack | Bruce Momjian | 2005-10-13 |
* | Remove an antiquated comment. | Neil Conway | 2005-10-13 |
* | Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and | Tom Lane | 2005-10-13 |
* | Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark | Tom Lane | 2005-10-12 |
* | Fix another recently-changed place that was messing with spinlock- | Tom Lane | 2005-10-12 |
* | Do all accesses to shared buffer headers through volatile-qualified | Tom Lane | 2005-10-12 |
* | Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. | Neil Conway | 2005-10-11 |
* | Add infrastructure for making spins_per_delay variable depending on | Tom Lane | 2005-10-11 |
* | Document that get_attstatsslot/free_attstatsslot only need to be passed | Tom Lane | 2005-10-11 |
* | Fix oversight in 8.0 modification of RestrictInfo data structures. | Tom Lane | 2005-10-11 |
* | Use a safer order of operations in dropdb(): rollbackable operations, | Tom Lane | 2005-10-10 |
* | Translation update | Peter Eisentraut | 2005-10-10 |
* | Fix the problem of GRANTs creating "dangling" privileges not directly | Tom Lane | 2005-10-10 |
* | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane | 2005-10-09 |
* | Fix up grammar in variable description string. | Tom Lane | 2005-10-08 |
* | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane | 2005-10-08 |
* | Fix LWLockAssign() so that it can safely be executed after postmaster | Tom Lane | 2005-10-07 |
* | Allocate a few extra LWLocks for possible use by add-on modules. | Tom Lane | 2005-10-07 |
* | Marginal performance improvement in aclmask(): don't bother with | Tom Lane | 2005-10-07 |
* | Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log | Tom Lane | 2005-10-07 |
* | Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant | Tom Lane | 2005-10-06 |
* | Minor API cleanup for async notifications: we can only register the | Neil Conway | 2005-10-06 |
* | When a function not returning RECORD has a single OUT parameter, use | Tom Lane | 2005-10-06 |
* | Fix oversight in indexscan plan creation. I recently added code to use | Tom Lane | 2005-10-06 |
* | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 |
* | Code cleanup for log_disconnections(). Patch from Qingqing Zhou, | Neil Conway | 2005-10-05 |
* | Make set_function_size_estimates() marginally smarter: per original | Tom Lane | 2005-10-05 |
* | Add _ to gettext triggers. Must have been forgotten here when it was introduced. | Peter Eisentraut | 2005-10-04 |
* | COPY's test for read-only transaction was backward; it prohibited COPY TO | Tom Lane | 2005-10-03 |
* | Add a trace_sort option to help with measuring resource usage of external | Tom Lane | 2005-10-03 |
* | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane | 2005-10-03 |
* | Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. | Tom Lane | 2005-10-03 |
* | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 |
* | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 |
* | _SPI_execute_plan failed to return result tuple table to caller in | Tom Lane | 2005-10-01 |
* | Fix confusion between relfilenode and Oid. | Alvaro Herrera | 2005-09-29 |
* | Repair planning bug introduced in 7.4: outer-join ON clauses that referenced | Tom Lane | 2005-09-28 |
* | Log protocol-excute fetch operatation as fetch, rather than execute, | Bruce Momjian | 2005-09-26 |
* | The original patch to avoid building a hash join's hashtable when the | Tom Lane | 2005-09-25 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |