| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix SHOW and RESET grammar to accept custom variable names. | Tom Lane | 2005-08-24 | 1 | -3/+3 |
| * | Add small hack to support use of Unicode-based locales on WIN32. This | Tom Lane | 2005-08-24 | 2 | -7/+197 |
| * | Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete | Tom Lane | 2005-08-24 | 1 | -3/+7 |
| * | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 | 4 | -6/+205 |
| * | Clean up some very old and crufty code for TID scan planning. Not much | Tom Lane | 2005-08-23 | 1 | -140/+103 |
| * | Fix wrong dependency on owner created by ALTER OPCLASS OWNER. | Tom Lane | 2005-08-23 | 1 | -2/+3 |
| * | Rewrite gather-write patch into something less obviously bolted on | Tom Lane | 2005-08-22 | 1 | -123/+142 |
| * | Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than | Tom Lane | 2005-08-22 | 1 | -1/+20 |
| * | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane | 2005-08-22 | 9 | -112/+147 |
| * | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 | 3 | -11/+10 |
| * | Improve xid wraparound message (the server isn't really shut down, just | Bruce Momjian | 2005-08-22 | 1 | -3/+3 |
| * | Fix some inconsistent choices of datatypes in xlog.c. Make buffer | Tom Lane | 2005-08-22 | 1 | -32/+34 |
| * | Minor GUC cleanups: document krb_server_hostname and custom_variable_classes | Tom Lane | 2005-08-21 | 2 | -7/+16 |
| * | Seems that the childXids list would be better based on Oid lists than | Tom Lane | 2005-08-20 | 1 | -5/+5 |
| * | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 27 | -228/+304 |
| * | Make GetMultiXactIdMembers() a public function. | Tatsuo Ishii | 2005-08-20 | 1 | -3/+2 |
| * | Add BackendXidGetPid(). | Tatsuo Ishii | 2005-08-20 | 1 | -1/+39 |
| * | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane | 2005-08-20 | 6 | -242/+468 |
| * | Fix LRU/ALL description mismatch for GUC parameter. | Bruce Momjian | 2005-08-19 | 1 | -3/+3 |
| * | Consistently align comments in postgresql.conf, move some slightly to | Bruce Momjian | 2005-08-19 | 1 | -131/+181 |
| * | Update some obsolete comments --- code is using t_self now, not t_ctid. | Tom Lane | 2005-08-18 | 1 | -20/+11 |
| * | Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT | Tom Lane | 2005-08-18 | 3 | -99/+198 |
| * | Add hint for to_char(interval) invalid format specifications. | Bruce Momjian | 2005-08-18 | 1 | -17/+18 |
| * | Fix to_char(interval) to return proper year and century values. | Bruce Momjian | 2005-08-18 | 1 | -242/+190 |
| * | Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane | 2005-08-17 | 2 | -6/+21 |
| * | More formatting.c cleanups. | Bruce Momjian | 2005-08-17 | 1 | -12/+1 |
| * | Small cleanup. | Bruce Momjian | 2005-08-17 | 1 | -4/+1 |
| * | Adjust to_char/from_char code to use boolean "is_to_char" rather than | Bruce Momjian | 2005-08-17 | 1 | -138/+123 |
| * | Fix declaration of dumpacl, per Alvaro. | Tom Lane | 2005-08-17 | 1 | -2/+2 |
| * | Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly | Bruce Momjian | 2005-08-17 | 1 | -3/+3 |
| * | Reject operator names >= NAMEDATALEN characters. These will not work | Tom Lane | 2005-08-16 | 1 | -1/+10 |
| * | Rename pg_stat_file columns to be more consistent. Split apart change | Bruce Momjian | 2005-08-15 | 2 | -15/+25 |
| * | array_in() and array_recv() need to be more paranoid about validating | Tom Lane | 2005-08-15 | 1 | -12/+13 |
| * | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 | 3 | -36/+99 |
| * | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 3 | -12/+9 |
| * | Change standard_compliant_strings to standard_conforming_strings. | Peter Eisentraut | 2005-08-14 | 1 | -4/+4 |
| * | Tweak catalog cache management algorithms to reduce cost of | Tom Lane | 2005-08-13 | 1 | -62/+117 |
| * | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 | 2 | -2/+26 |
| * | Reverse out Assert addition. | Bruce Momjian | 2005-08-12 | 1 | -3/+1 |
| * | Pass the type OID as the typioparam for all non-array types, rather than | Tom Lane | 2005-08-12 | 1 | -6/+7 |
| * | Improve documention on loading large data sets into plperl. | Bruce Momjian | 2005-08-12 | 1 | -1/+3 |
| * | This patch fixes the event type used to log output from the | Bruce Momjian | 2005-08-12 | 1 | -29/+30 |
| * | [ backpatched to 8.0.X.] | Bruce Momjian | 2005-08-12 | 1 | -5/+57 |
| * | > Gavin Sherry <swm@linuxworld.com.au> writes: | Bruce Momjian | 2005-08-12 | 1 | -1/+19 |
| * | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane | 2005-08-12 | 1 | -28/+14 |
| * | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian | 2005-08-12 | 1 | -6/+3 |
| * | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian | 2005-08-12 | 1 | -3/+6 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 4 | -121/+157 |
| * | Change a couple of "can't happen" error messages to be a shade more | Tom Lane | 2005-08-12 | 1 | -5/+7 |
| * | Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ | Tom Lane | 2005-08-12 | 2 | -25/+4 |