| Commit message (Expand) | Author | Age |
* | This trivial patch removes an unused variable. From Alvaro Herrera. | Neil Conway | 2005-06-24 |
* | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane | 2005-06-24 |
* | Move findoidjoins out of contrib and into src/tools, which is a more | Tom Lane | 2005-06-23 |
* | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 |
* | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 |
* | Add a validator function for plperl. Andrew Dunstan | Tom Lane | 2005-06-22 |
* | Add a hack requested by the JDBC driver writers: when a function's | Tom Lane | 2005-06-22 |
* | Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, | Neil Conway | 2005-06-22 |
* | Correct some code in pg_restore when reading the header of a tar archive: | Neil Conway | 2005-06-22 |
* | More trivial dead code removal: in int_to_roman(), checking for "num == -1" | Neil Conway | 2005-06-22 |
* | Add a CONTINUE statement to PL/PgSQL, which can be used to begin the | Neil Conway | 2005-06-22 |
* | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 |
* | Fix pg_dumpall to do the right thing with "postgres" database, per | Tom Lane | 2005-06-21 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 |
* | Fix a potential backend crash during authentication when parsing a | Neil Conway | 2005-06-21 |
* | Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is | Neil Conway | 2005-06-21 |
* | Trivial dead code removal: in _complete_from_query(), 'text' cannot be | Neil Conway | 2005-06-21 |
* | Trivial dead code removal: in makeObjectName(), name1 must be non-NULL | Neil Conway | 2005-06-21 |
* | exec_eval_datum leaks memory when dealing with ROW or REC values. | Tom Lane | 2005-06-20 |
* | Remove read_file/write_file tests. These were originally intended to | Tom Lane | 2005-06-20 |
* | plpgsql's exec_assign_value() freed the old value of a variable before | Tom Lane | 2005-06-20 |
* | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 |
* | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev | 2005-06-20 |
* | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 |
* | Cosmetic improvements to the timezone code: remove the use of the | Neil Conway | 2005-06-20 |
* | Change shell syntax that seems not to work right on FreeBSD 6-CURRENT | Tom Lane | 2005-06-20 |
* | Add lock file contents printout to "can't happen" case to help | Tom Lane | 2005-06-20 |
* | Trivial code clarity improvement to UpdateStats(); no functional change. | Neil Conway | 2005-06-20 |
* | Avoid unnecessary palloc overhead in _bt_first(). The temporary | Tom Lane | 2005-06-19 |
* | Need #include <time.h> on some platforms. | Tom Lane | 2005-06-19 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 |
* | Add comment about \# in bcc makefiles. | Bruce Momjian | 2005-06-19 |
* | Cleanup for Win32 compile. | Bruce Momjian | 2005-06-19 |
* | Fix typo in comment. | Bruce Momjian | 2005-06-19 |
* | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane | 2005-06-18 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 |
* | Dept. of second thoughts: regular COMMIT deletes deletable files before | Tom Lane | 2005-06-18 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Update GUC description for kerberos usernames. | Bruce Momjian | 2005-06-16 |
* | Add fsync() define for Win32 to cover cases other than wal_sync_method | Bruce Momjian | 2005-06-16 |
* | Add \x hex support to ecpg strings. This just passes them to the backend. | Bruce Momjian | 2005-06-16 |
* | Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts. | Bruce Momjian | 2005-06-15 |
* | Improve comment wording. | Bruce Momjian | 2005-06-15 |
* | Improve hash method for bitmapsets: some examination of actual outputs | Tom Lane | 2005-06-15 |
* | Update catalog version for recent function additions. | Bruce Momjian | 2005-06-15 |
* | Change the implementation of hash join to attempt to avoid unnecessary | Neil Conway | 2005-06-15 |
* | Remove old *.backup files when we do pg_stop_backup(). This | Bruce Momjian | 2005-06-15 |
* | Mention we now support BETWEEN SYMMETRIC. | Bruce Momjian | 2005-06-15 |
* | > Here's a patch I added against plperl, originally against beta5, now | Bruce Momjian | 2005-06-15 |