aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *,Neil Conway2005-06-30
* Fix ecpg's test/ Makefile for out-of-tree (vpath) builds.Neil Conway2005-06-30
* Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>Neil Conway2005-06-30
* Dump comments for large objects.Tom Lane2005-06-30
* Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway2005-06-30
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-30
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-29
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-29
* Improve gettimeofday() documentation.Bruce Momjian2005-06-29
* Improved words spacing.Bruce Momjian2005-06-29
* Update typedefs for pgindent.Bruce Momjian2005-06-28
* Change awk ~ pattern from "" to //.Bruce Momjian2005-06-28
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-28
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-28
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-28
* Fix broken initdb -W option, per Michael Fuhr.Tom Lane2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Done:Bruce Momjian2005-06-27
* Concurrency for GiSTTeodor Sigaev2005-06-27
* Modify pg_dump to assume that a check constraint is inherited if itsTom Lane2005-06-27
* Done:Bruce Momjian2005-06-27
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Done:Bruce Momjian2005-06-27
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-27
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-27
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-26
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-26
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-26
* Fix overlooked regression output file.Tom Lane2005-06-26
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Fix a couple of items that should be declared Oid not int. PurelyTom Lane2005-06-25
* Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane2005-06-25
* Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane2005-06-25
* Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane2005-06-25
* Add:Bruce Momjian2005-06-25
* Update:Bruce Momjian2005-06-25
* Update:Bruce Momjian2005-06-25
* Add:Bruce Momjian2005-06-25
* Add item:Bruce Momjian2005-06-25
* Add desciption for terminate:Bruce Momjian2005-06-24
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* unbreak unicode/utf8 testTatsuo Ishii2005-06-24
* Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP,Tom Lane2005-06-24
* Allow direct conversion between EUC_JP and SJIS to improveTatsuo Ishii2005-06-24
* Remove TODO.detail rtree now that item is fixed.Bruce Momjian2005-06-24
* Done:Bruce Momjian2005-06-24
* Completed:Bruce Momjian2005-06-24
* Add:Bruce Momjian2005-06-24
* Code cleanup: remove 3 duplicate static function declarations.Neil Conway2005-06-24