[COMMITTERS] pgsql: Clean up a couple of box gist helper functions.

2011-10-09 Thread Heikki Linnakangas
Clean up a couple of box gist helper functions. The original idea of this patch was to make box picksplit run faster, by eliminating unnecessary palloc() overhead, but that was obsoleted by the new double-sorting split algorithm that doesn't call these functions so heavily anymore. Nevertheless, t

[COMMITTERS] pgsql: Revert accidental change to pg_config_manual.h.

2011-10-09 Thread Robert Haas
Revert accidental change to pg_config_manual.h. This was broken in commit 53dbc27c62d8e1b6c5253feba04a5094cb8fe046, which introduced unlogged tables. Fortunately, as debugging tools go, this one is pretty cheap, which is probably why it took nine months for someone to notice, but it's not intende

[COMMITTERS] pgsql: Revert accidental change to pg_config_manual.h.

2011-10-09 Thread Robert Haas
Revert accidental change to pg_config_manual.h. This was broken in commit 53dbc27c62d8e1b6c5253feba04a5094cb8fe046, which introduced unlogged tables. Fortunately, as debugging tools go, this one is pretty cheap, which is probably why it took nine months for someone to notice, but it's not intende

[COMMITTERS] pgsql: Fix ALTER TABLE ONLY .. DROP CONSTRAINT.

2011-10-09 Thread Robert Haas
Fix ALTER TABLE ONLY .. DROP CONSTRAINT. When I consolidated two copies of the HOT-chain search logic in commit 4da99ea4231e3d8bbf28b666748c1028e7b7d665, I introduced a behavior change: the old code wouldn't necessarily traverse the entire chain, if the most recently returned tuple were updated wh