summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-017-3684/+7490
* Clarify code to double \\ and '.Bruce Momjian2005-07-014-11/+9
* Clarify:Bruce Momjian2005-07-012-6/+6
* Update for roles:Bruce Momjian2005-07-012-19/+8
* Update for roles:Bruce Momjian2005-07-012-8/+8
* Item superceeded now that groups exist:Bruce Momjian2005-07-012-6/+2
* Done:Bruce Momjian2005-07-012-6/+4
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-0127-304/+730
* Clarify documentation about log_min_duration_statement.Bruce Momjian2005-07-012-12/+14
* Improve error messages and add commentTeodor Sigaev2005-07-011-5/+14
* Adds some missing error handling to PGTYPESnumeric_div() in ecpg'sNeil Conway2005-07-011-7/+29
* Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must beNeil Conway2005-07-011-4/+5
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-306-65/+95
* Issue fatal error if no TCP/IP sockets could be createdPeter Eisentraut2005-06-301-2/+9
* Minor ecpg tweak: the return value of calloc() is guaranteed to be NULLNeil Conway2005-06-301-5/+1
* Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *,Neil Conway2005-06-3016-21/+21
* Fix ecpg's test/ Makefile for out-of-tree (vpath) builds.Neil Conway2005-06-301-5/+5
* Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>Neil Conway2005-06-301-1/+2
* Dump comments for large objects.Tom Lane2005-06-303-35/+162
* Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway2005-06-301-6/+6
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-306-29/+45
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-2919-213/+135
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-297-311/+534
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-292-13/+9
* Improve gettimeofday() documentation.Bruce Momjian2005-06-291-12/+14
* Improved words spacing.Bruce Momjian2005-06-291-7/+7
* Update typedefs for pgindent.Bruce Momjian2005-06-281-277/+112
* Change awk ~ pattern from "" to //.Bruce Momjian2005-06-281-26/+26
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-284-147/+235
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-2811-316/+344
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-284-30/+16
* Fix broken initdb -W option, per Michael Fuhr.Tom Lane2005-06-281-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-2896-3211/+3309
* Done:Bruce Momjian2005-06-272-4/+4
* Concurrency for GiSTTeodor Sigaev2005-06-2712-591/+987
* Modify pg_dump to assume that a check constraint is inherited if itsTom Lane2005-06-271-11/+12
* Done:Bruce Momjian2005-06-272-4/+4
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-2719-794/+46
* Done:Bruce Momjian2005-06-272-4/+4
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-277-978/+13
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-275-54/+60
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-263-13/+22
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-2617-36/+409
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-2610-82/+134
* Fix overlooked regression output file.Tom Lane2005-06-261-1/+1
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-2630-90/+242
* Fix a couple of items that should be declared Oid not int. PurelyTom Lane2005-06-252-5/+5
* Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane2005-06-251-5/+1
* Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane2005-06-252-2/+44
* Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane2005-06-251-5/+13