summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-06-30Issue fatal error if no TCP/IP sockets could be createdPeter Eisentraut
2005-06-30Minor ecpg tweak: the return value of calloc() is guaranteed to be NULLNeil Conway
2005-06-30Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *,Neil Conway
2005-06-30Fix ecpg's test/ Makefile for out-of-tree (vpath) builds.Neil Conway
2005-06-30Fix build break on BSD, OSX, and other systems: add missing <sys/time.h>Neil Conway
2005-06-30Dump comments for large objects.Tom Lane
2005-06-30Fix a theoretical memory leak in pg_password_sendauth(). If the firstNeil Conway
2005-06-30Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-06-29More cleanup on roles patch. Allow admin option to be inherited throughTom Lane
2005-06-29Cleanup, remove unneeded pallocsTeodor Sigaev
2005-06-28Update typedefs for pgindent.Bruce Momjian
2005-06-28Change awk ~ pattern from "" to //.Bruce Momjian
2005-06-28Fix up problems in write_auth_file and parsing of the auth file.Tom Lane
2005-06-28Bring syntax of role-related commands into SQL compliance. To avoidTom Lane
2005-06-28Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev
2005-06-28Fix broken initdb -W option, per Michael Fuhr.Tom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-27Concurrency for GiSTTeodor Sigaev
2005-06-27Modify pg_dump to assume that a check constraint is inherited if itsTom Lane
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-26Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane
2005-06-26Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane
2005-06-26Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane
2005-06-26Fix overlooked regression output file.Tom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-25Fix a couple of items that should be declared Oid not int. PurelyTom Lane
2005-06-25Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane
2005-06-25Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane
2005-06-25Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-06-24unbreak unicode/utf8 testTatsuo Ishii
2005-06-24Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP,Tom Lane
2005-06-24Allow direct conversion between EUC_JP and SJIS to improveTatsuo Ishii
2005-06-24Code cleanup: remove 3 duplicate static function declarations.Neil Conway
2005-06-24This trivial patch removes an unused variable. From Alvaro Herrera.Neil Conway
2005-06-24Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane
2005-06-23Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane
2005-06-22Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane
2005-06-22Fix the mechanism for reporting the original table OID and column numberTom Lane
2005-06-22Add a validator function for plperl. Andrew DunstanTom Lane
2005-06-22Add a hack requested by the JDBC driver writers: when a function'sTom Lane
2005-06-22Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway
2005-06-22Correct some code in pg_restore when reading the header of a tar archive:Neil Conway
2005-06-22More trivial dead code removal: in int_to_roman(), checking for "num == -1"Neil Conway
2005-06-22Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway
2005-06-21pg_dump can now dump large objects even in plain-text output mode, byTom Lane
2005-06-21Fix pg_dumpall to do the right thing with "postgres" database, perTom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-21Fix a potential backend crash during authentication when parsing aNeil Conway