| Commit message (Expand) | Author | Age |
* | Make DROP INDEX lock the parent table before locking the index. This behavior | Tom Lane | 2008-06-15 |
* | Fix 64-bit problem in recent patch. | Tom Lane | 2008-06-15 |
* | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane | 2008-06-15 |
* | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 |
* | Improve the various elog messages in tuptoaster.c to report which TOAST table | Tom Lane | 2008-06-13 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |
* | Improve reporting of dependencies in DROP to work like the scheme that we | Tom Lane | 2008-06-11 |
* | Fix spelling mistake in postgresql.conf. | Bruce Momjian | 2008-06-11 |
* | Fix bug in the WAL recovery code to finish an incomplete split. | Heikki Linnakangas | 2008-06-11 |
* | Fix unportable (and incorrect anyway) usage of LL constant suffix that | Tom Lane | 2008-06-09 |
* | Fix datetime input functions to correctly detect integer overflow when | Tom Lane | 2008-06-09 |
* | Further tweak for comment in CheckDeadLock(), per Tom. | Neil Conway | 2008-06-09 |
* | Fix typo in comment. | Neil Conway | 2008-06-09 |
* | Fix breakage caused by conflicting patches, as evidenced by the buildfarm. | Alvaro Herrera | 2008-06-08 |
* | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane | 2008-06-08 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 |
* | ALTER AGGREGATE OWNER seems to have been missed by the last couple of | Tom Lane | 2008-06-08 |
* | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 |
* | Fix pg_get_ruledef() so that negative numeric constants are parenthesized. | Tom Lane | 2008-06-06 |
* | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera | 2008-06-05 |
* | Fix some string building in getObjectDescription. | Alvaro Herrera | 2008-06-05 |
* | Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets | Tom Lane | 2008-06-01 |
* | Set hidden field for guc enum missed in previous commit. | Magnus Hagander | 2008-05-28 |
* | Add a field to guc enums to allow hiding of values from display while | Magnus Hagander | 2008-05-28 |
* | Explicitly bind gettext() to the UTF8 locale when in use. | Magnus Hagander | 2008-05-27 |
* | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane | 2008-05-27 |
* | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane | 2008-05-26 |
* | Link in keywords file instead of copying it. | Michael Meskes | 2008-05-21 |
* | Simplify code in formatting.c now that to upper/lower/initcase do not | Bruce Momjian | 2008-05-20 |
* | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas | 2008-05-19 |
* | Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. | Tom Lane | 2008-05-19 |
* | Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per | Tom Lane | 2008-05-19 |
* | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane | 2008-05-17 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Allow ALTER SEQUENCE START WITH to change the recorded start_value of a | Tom Lane | 2008-05-17 |
* | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 |
* | Reduce unnecessary PANIC to ERROR, improve a couple of comments. | Tom Lane | 2008-05-16 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 |
* | Persuade GIN to react to control-C in a reasonable amount of time | Tom Lane | 2008-05-16 |
* | Add code to eval_const_expressions() to support const-simplification of | Tom Lane | 2008-05-15 |
* | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 |
* | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 |
* | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander | 2008-05-14 |
* | Don't try to close negative file descriptors, since this can cause | Magnus Hagander | 2008-05-13 |
* | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian | 2008-05-13 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 |
* | Fix breakage by the wal_sync_method patch in installations that use | Magnus Hagander | 2008-05-12 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 |
* | Report which WAL sync method we are trying to change *to* when it fails, | Magnus Hagander | 2008-05-12 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 |