| Commit message (Expand) | Author | Age |
* | Back out patch, unintended. | Bruce Momjian | 2006-04-24 |
* | Done: | Bruce Momjian | 2006-04-24 |
* | Suppress more compiler warnings caused by macro tests. | Bruce Momjian | 2006-04-24 |
* | Add one more paren to macro. | Bruce Momjian | 2006-04-24 |
* | Suprress compiler warning in gcc 4.2. | Bruce Momjian | 2006-04-24 |
* | Improve our private implementation of cbrt() to give results of the | Tom Lane | 2006-04-24 |
* | Remove compiler warning by casting SNPRINTF() call to void. | Bruce Momjian | 2006-04-24 |
* | Fixed memory leak bugs found by Martijn Oosterhout. | Michael Meskes | 2006-04-24 |
* | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian | 2006-04-24 |
* | Don't add a shared dependency on the owner of a composite type in pg_class. | Alvaro Herrera | 2006-04-24 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) | Tom Lane | 2006-04-21 |
* | Eliminate some no-longer-needed workarounds for palloc's old behavior | Tom Lane | 2006-04-20 |
* | Add "retry another address" log message on statistics collector socket | Bruce Momjian | 2006-04-20 |
* | Ensure that we validate the page header of the first page of a WAL file | Tom Lane | 2006-04-20 |
* | Recognize __ppc64__, which seems to be Apple's spelling of the predefined | Tom Lane | 2006-04-19 |
* | Fix problem that sscanf(buf, "%d", &val) eats leading white space, but | Bruce Momjian | 2006-04-19 |
* | Remove use of lorder and tsort while building static libraries. There's | Tom Lane | 2006-04-19 |
* | Fix ancient memory leak in PQprintTuples(); our code no longer uses this | Tom Lane | 2006-04-19 |
* | Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. | Tom Lane | 2006-04-19 |
* | C code whitespace inprovement for formatting.c. | Bruce Momjian | 2006-04-19 |
* | Document that errors are not output by log_statement (was they were in | Bruce Momjian | 2006-04-18 |
* | Fix the torn-page hazard for PITR base backups by forcing full page writes | Tom Lane | 2006-04-17 |
* | Support the syntax | Tom Lane | 2006-04-15 |
* | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane | 2006-04-14 |
* | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 |
* | Fix similar_escape() so that SIMILAR TO works properly for patterns involving | Tom Lane | 2006-04-13 |
* | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane | 2006-04-13 |
* | Fix pg_restore -n option to do what the man page says it does. The | Tom Lane | 2006-04-12 |
* | Fix typo. | Neil Conway | 2006-04-11 |
* | Suppress unused-variable warning on platforms without HAVE_SYSLOG. | Tom Lane | 2006-04-10 |
* | Fix another const-decoration mismatch, per Magnus. | Tom Lane | 2006-04-09 |
* | Add comment for why we recompile pgport C files. | Bruce Momjian | 2006-04-09 |
* | Suppress a couple of minor compiler warnings, per Magnus. | Tom Lane | 2006-04-09 |
* | Revert my best_inner_indexscan patch of yesterday, which turns out to have | Tom Lane | 2006-04-09 |
* | Fix best_inner_indexscan to actually enforce that an "inner indexscan" use | Tom Lane | 2006-04-08 |
* | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 |
* | Fix pg_dumpall to do something sane when a pre-8.1 installation has | Tom Lane | 2006-04-07 |
* | Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its | Tom Lane | 2006-04-07 |
* | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane | 2006-04-06 |
* | Build src/test/regress/README during tarball making like the other | Peter Eisentraut | 2006-04-06 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | When merging PO files, take into consideration translations in other PO | Peter Eisentraut | 2006-04-05 |
* | Add a field to the first page of each WAL file to indicate the | Tom Lane | 2006-04-05 |
* | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 |
* | Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we | Tom Lane | 2006-04-03 |
* | Eliminate ajust scan code. Since concurrent GiST it doesn't | Teodor Sigaev | 2006-04-03 |
* | Rewrite much of psql's \connect code, for the sake of code clarity and | Neil Conway | 2006-04-02 |