summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-062-15/+5
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-065-5/+105
* Sync dlopen error handling for the *BSDs ... seems to me I've done thisTom Lane2005-07-063-5/+6
* Add a check for trigger function with declared arguments. This pathTom Lane2005-07-061-1/+8
* Save and restore errno across bindtextdomain call, per discussion.Tom Lane2005-07-061-4/+12
* Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian2005-07-061-38/+64
* Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian2005-07-053-3/+20
* Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane2005-07-051-1/+3
* Back out patch. This should be done like other server-side languages.Bruce Momjian2005-07-052-28/+1
* Add NO_PGPORT defines to fix win32/cygwin builds for new target platformBruce Momjian2005-07-051-4/+4
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-043-15/+5
* I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian2005-07-042-4/+4
* This patch allows the PL/Python module to do (SRF) functions.Bruce Momjian2005-07-042-1/+28
* I made the patch that improved the performance of replace_text().Bruce Momjian2005-07-041-18/+35
* Fix compile if zic because it now doesn't use libpgport.Bruce Momjian2005-07-041-1/+11
* Fix date_trunct for December dates that are in the next year, e.g.:Bruce Momjian2005-07-041-1/+7
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-0426-459/+352
* Reverse this patch:Bruce Momjian2005-07-041-2/+2
* Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway2005-07-041-2/+2
* Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond.Tom Lane2005-07-031-4/+6
* Don't try to constant-fold functions returning RECORD. We were neverTom Lane2005-07-032-38/+12
* Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut2005-07-032-5/+15
* Improve outer-join-deduction logic to be able to propagate equalitiesTom Lane2005-07-031-157/+202
* > A quick look shows that when you use --with-libraries=/foo/bar theBruce Momjian2005-07-021-2/+2
* Teach planner about some cases where a restriction clause can beTom Lane2005-07-0213-114/+424
* Improve wrapping of long lines in postgresql.conf.Bruce Momjian2005-07-021-15/+17
* Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian2005-07-021-59/+60
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-0212-89/+91
* In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway2005-07-023-36/+179
* Fix platform-dependency in recently added regression tests.Tom Lane2005-07-012-18/+18
* Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian2005-07-013-11/+41
* Avoid function name conflict when plpgsql and rangefuncs regression testsTom Lane2005-07-012-8/+8
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-0116-24/+1406
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-011-9/+0
* Clarify code to double \\ and '.Bruce Momjian2005-07-014-11/+9
* Clarify documentation about log_min_duration_statement.Bruce Momjian2005-07-011-1/+2
* 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-2917-213/+130
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-297-311/+534