summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-07-04Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway
2005-07-03Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond.Tom Lane
2005-07-03Don't try to constant-fold functions returning RECORD. We were neverTom Lane
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-07-03Improve outer-join-deduction logic to be able to propagate equalitiesTom Lane
2005-07-02> A quick look shows that when you use --with-libraries=/foo/bar theBruce Momjian
2005-07-02Teach planner about some cases where a restriction clause can beTom Lane
2005-07-02Improve wrapping of long lines in postgresql.conf.Bruce Momjian
2005-07-02Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-07-02In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway
2005-07-01Fix platform-dependency in recently added regression tests.Tom Lane
2005-07-01Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian
2005-07-01Avoid function name conflict when plpgsql and rangefuncs regression testsTom Lane
2005-07-01Migrate rtree_gist functionality into the core system, and add someTom Lane
2005-07-01Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut
2005-07-01Clarify code to double \\ and '.Bruce Momjian
2005-07-01Clarify documentation about log_min_duration_statement.Bruce Momjian
2005-07-01Improve error messages and add commentTeodor Sigaev
2005-07-01Adds some missing error handling to PGTYPESnumeric_div() in ecpg'sNeil Conway
2005-07-01Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must beNeil Conway
2005-06-30Bug fixes for GiST crash recovery.Teodor Sigaev
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