| Commit message (Expand) | Author | Age | Files | Lines |
| * | Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid | Tom Lane | 2005-11-13 | 1 | -4/+14 |
| * | Revert pgindent length back to 79 because we are going to fix the BSD | Bruce Momjian | 2005-11-13 | 2 | -4/+2 |
| * | add missing quote mark to ident_file sample line - per Hiroshi Saito | Andrew Dunstan | 2005-11-10 | 1 | -1/+1 |
| * | When in transaction-aborted state, reject Bind message for portals containing | Tom Lane | 2005-11-10 | 1 | -159/+159 |
| * | Fix misspelling of 'listen_addresses', per Devrim. | Tom Lane | 2005-11-09 | 1 | -1/+1 |
| * | Lower pgident length to 77, document BSD indent bug. | Bruce Momjian | 2005-11-07 | 1 | -1/+3 |
| * | Change maximum pgindent length from 79 to 78, per Tom. | Bruce Momjian | 2005-11-07 | 1 | -1/+1 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 30 | -2776/+111 |
| * | Translation updates forward-port to HEAD. | Alvaro Herrera | 2005-11-07 | 10 | -5196/+6573 |
| * | Add simple sanity checks on newly-read pages to GiST, too. | Tom Lane | 2005-11-06 | 5 | -46/+119 |
| * | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 | 11 | -79/+147 |
| * | Clean up representation of SLRU page state. This is the cleaner fix | Tom Lane | 2005-11-05 | 5 | -149/+158 |
| * | Brand HEAD branch as 8.2devel. | Tom Lane | 2005-11-05 | 1 | -2/+2 |
| * | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 | 6 | -26/+43 |
| * | Add mention to update FAQ item on most recent release to RELEASE_CHANGES. | Bruce Momjian | 2005-11-05 | 1 | -0/+1 |
| * | Improve description of constraint_exclusion variable. | Tom Lane | 2005-11-04 | 1 | -4/+4 |
| * | Translation updates | Peter Eisentraut | 2005-11-04 | 27 | -12293/+12317 |
| * | Remove a gratuitous string difference (does not affect translations). | Peter Eisentraut | 2005-11-04 | 1 | -2/+2 |
| * | Fix logical error in option description. | Peter Eisentraut | 2005-11-04 | 1 | -2/+2 |
| * | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane | 2005-11-04 | 1 | -2/+11 |
| * | Disregard superuserness when checking to see if a role GRANT would | Tom Lane | 2005-11-04 | 3 | -5/+27 |
| * | Fix a couple of missed None -> DestNone in comments. | Tom Lane | 2005-11-03 | 1 | -4/+4 |
| * | Fix one overlooked ocurrence of "None" in EXEC_BACKEND block. | Alvaro Herrera | 2005-11-03 | 1 | -2/+2 |
| * | Thinking further, it seems we had better also copy down resorigtbl/resorigcol | Tom Lane | 2005-11-03 | 1 | -3/+6 |
| * | Fix the recently-added code that eliminates unnecessary SubqueryScan nodes | Tom Lane | 2005-11-03 | 1 | -1/+16 |
| * | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 | 13 | -109/+112 |
| * | Translation updates. | Alvaro Herrera | 2005-11-03 | 3 | -361/+353 |
| * | Fix longstanding race condition in transaction log management: there was a | Tom Lane | 2005-11-03 | 1 | -33/+50 |
| * | Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 | Andrew Dunstan | 2005-11-01 | 2 | -8/+19 |
| * | Update a couple of obsolete comments. | Tom Lane | 2005-10-29 | 1 | -5/+5 |
| * | Translation updates | Peter Eisentraut | 2005-10-29 | 40 | -26267/+30878 |
| * | Message corrections | Peter Eisentraut | 2005-10-29 | 16 | -48/+46 |
| * | Reorder code so that we don't have to hold a critical section while | Tom Lane | 2005-10-28 | 1 | -24/+28 |
| * | Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use | Tom Lane | 2005-10-28 | 2 | -4/+9 |
| * | Fix race condition in multixact code: it's possible to try to read a | Tom Lane | 2005-10-28 | 1 | -35/+110 |
| * | Add an ifneq to avoid make warning on AIX --- there is a separate rule | Tom Lane | 2005-10-27 | 1 | -2/+4 |
| * | Tweak buffer manager so that 'internal' accesses to a buffer do not | Tom Lane | 2005-10-27 | 1 | -14/+26 |
| * | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian | 2005-10-27 | 5 | -11/+9 |
| * | Add comment documenting actual failure case of using | Bruce Momjian | 2005-10-27 | 1 | -3/+26 |
| * | Adjust parser so that POSTQUEL-style implicit RTEs are stored with | Tom Lane | 2005-10-26 | 2 | -11/+15 |
| * | Fix longstanding bug that would sometimes let the planner generate a bad plan | Tom Lane | 2005-10-25 | 1 | -32/+37 |
| * | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane | 2005-10-25 | 2 | -48/+76 |
| * | Fix Windows setitimer() emulation to not depend on delivering an APC | Tom Lane | 2005-10-25 | 5 | -50/+87 |
| * | Change trace_sort to output to the log, rather than the user's terminal. | Bruce Momjian | 2005-10-25 | 1 | -11/+11 |
| * | I have applied the following patch to document PQinitSSL() and | Bruce Momjian | 2005-10-24 | 2 | -4/+14 |
| * | Ensure that a plpgsql LOOP with an empty body still executes at least | Tom Lane | 2005-10-24 | 1 | -1/+12 |
| * | Make code for selecting default WAL sync method less confusing. | Tom Lane | 2005-10-22 | 1 | -6/+6 |
| * | Temporarily disable Qingqing's Windows signal processing patch, so that | Tom Lane | 2005-10-22 | 1 | -3/+2 |
| * | minor code cleanup - replace useless struct timezone argument to | Andrew Dunstan | 2005-10-22 | 3 | -11/+7 |
| * | Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing | Tom Lane | 2005-10-21 | 3 | -18/+44 |