| Commit message (Expand) | Author | Age | Files | Lines |
| * | If we're going to expose VariableStatData for contrib modules to use, | Tom Lane | 2006-04-27 | 1 | -4/+14 |
| * | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 | 1 | -2/+2 |
| * | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian | 2006-04-27 | 1 | -2/+12 |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 3 | -8/+28 |
| * | Update catalog version for ltree changes. | Bruce Momjian | 2006-04-26 | 1 | -2/+2 |
| * | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 | 2 | -2/+6 |
| * | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 | 1 | -2/+2 |
| * | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 | 1 | -1/+9 |
| * | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 4 | -9/+4 |
| * | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 4 | -4/+9 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 4 | -5/+15 |
| * | Suppress more compiler warnings caused by macro tests. | Bruce Momjian | 2006-04-24 | 1 | -3/+3 |
| * | Add one more paren to macro. | Bruce Momjian | 2006-04-24 | 1 | -2/+2 |
| * | Suprress compiler warning in gcc 4.2. | Bruce Momjian | 2006-04-24 | 1 | -2/+2 |
| * | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian | 2006-04-24 | 1 | -3/+1 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 3 | -77/+37 |
| * | Recognize __ppc64__, which seems to be Apple's spelling of the predefined | Tom Lane | 2006-04-19 | 1 | -3/+3 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 4 | -40/+18 |
| * | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane | 2006-04-14 | 1 | -1/+3 |
| * | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 | 2 | -4/+4 |
| * | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane | 2006-04-13 | 1 | -1/+2 |
| * | Fix another const-decoration mismatch, per Magnus. | Tom Lane | 2006-04-09 | 1 | -2/+2 |
| * | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 | 1 | -4/+2 |
| * | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane | 2006-04-06 | 1 | -22/+5 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 6 | -10/+19 |
| * | Add a field to the first page of each WAL file to indicate the | Tom Lane | 2006-04-05 | 1 | -2/+3 |
| * | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 | 1 | -1/+10 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -1/+17 |
| * | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 | 3 | -8/+20 |
| * | Eliminate ajust scan code. Since concurrent GiST it doesn't | Teodor Sigaev | 2006-04-03 | 1 | -3/+1 |
| * | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 | 1 | -15/+1 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 4 | -10/+7 |
| * | Improve gist XLOG code to follow the coding rules needed to prevent | Tom Lane | 2006-03-30 | 1 | -18/+16 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 2 | -5/+6 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 13 | -26/+27 |
| * | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 | 2 | -3/+5 |
| * | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 | 3 | -8/+14 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 10 | -37/+81 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 17 | -3/+27 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 4 | -32/+104 |
| * | Remove unintened change to pg_proc.h. | Bruce Momjian | 2006-03-10 | 1 | -3/+1 |
| * | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 | 1 | -1/+3 |
| * | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane | 2006-03-07 | 1 | -1/+2 |
| * | Back out comment update about sighup, original was accurate. | Bruce Momjian | 2006-03-07 | 1 | -5/+5 |
| * | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 | 1 | -3/+5 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 2 | -14/+4 |
| * | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 | 3 | -4/+7 |
| * | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 1 | -1/+2 |
| * | Update comment on how sighup signal affects postgresql.conf reload. | Bruce Momjian | 2006-03-06 | 1 | -5/+5 |
| * | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 2 | -1/+19 |