| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverse out because the lack of using pgport in timezone/ is causing | Bruce Momjian | 2005-07-06 | 2 | -15/+5 |
| * | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 | 5 | -5/+105 |
| * | Sync dlopen error handling for the *BSDs ... seems to me I've done this | Tom Lane | 2005-07-06 | 3 | -5/+6 |
| * | Add a check for trigger function with declared arguments. This path | Tom Lane | 2005-07-06 | 1 | -1/+8 |
| * | Save and restore errno across bindtextdomain call, per discussion. | Tom Lane | 2005-07-06 | 1 | -4/+12 |
| * | Attached is a patch that enhances the "\h" capability in psql. I often | Bruce Momjian | 2005-07-06 | 1 | -38/+64 |
| * | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 | 3 | -3/+20 |
| * | Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl | Tom Lane | 2005-07-05 | 1 | -1/+3 |
| * | Back out patch. This should be done like other server-side languages. | Bruce Momjian | 2005-07-05 | 2 | -28/+1 |
| * | Add NO_PGPORT defines to fix win32/cygwin builds for new target platform | Bruce Momjian | 2005-07-05 | 1 | -4/+4 |
| * | Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. | Bruce Momjian | 2005-07-04 | 3 | -15/+5 |
| * | I have to admit that I got the case of the preprocessor symbol on amd64 | Bruce Momjian | 2005-07-04 | 2 | -4/+4 |
| * | This patch allows the PL/Python module to do (SRF) functions. | Bruce Momjian | 2005-07-04 | 2 | -1/+28 |
| * | I made the patch that improved the performance of replace_text(). | Bruce Momjian | 2005-07-04 | 1 | -18/+35 |
| * | Fix compile if zic because it now doesn't use libpgport. | Bruce Momjian | 2005-07-04 | 1 | -1/+11 |
| * | Fix date_trunct for December dates that are in the next year, e.g.: | Bruce Momjian | 2005-07-04 | 1 | -1/+7 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 26 | -459/+352 |
| * | Reverse this patch: | Bruce Momjian | 2005-07-04 | 1 | -2/+2 |
| * | Fix build break for out of tree (vpath) builds, induced by recent zic | Neil Conway | 2005-07-04 | 1 | -2/+2 |
| * | Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. | Tom Lane | 2005-07-03 | 1 | -4/+6 |
| * | Don't try to constant-fold functions returning RECORD. We were never | Tom Lane | 2005-07-03 | 2 | -38/+12 |
| * | Support cross compilation by compiling "zic" with a native compiler. This | Peter Eisentraut | 2005-07-03 | 2 | -5/+15 |
| * | Improve outer-join-deduction logic to be able to propagate equalities | Tom Lane | 2005-07-03 | 1 | -157/+202 |
| * | > A quick look shows that when you use --with-libraries=/foo/bar the | Bruce Momjian | 2005-07-02 | 1 | -2/+2 |
| * | Teach planner about some cases where a restriction clause can be | Tom Lane | 2005-07-02 | 13 | -114/+424 |
| * | Improve wrapping of long lines in postgresql.conf. | Bruce Momjian | 2005-07-02 | 1 | -15/+17 |
| * | Use on/off consistently for GUC variables in postgresql.conf and the | Bruce Momjian | 2005-07-02 | 1 | -59/+60 |
| * | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 | 12 | -89/+91 |
| * | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway | 2005-07-02 | 3 | -36/+179 |
| * | Fix platform-dependency in recently added regression tests. | Tom Lane | 2005-07-01 | 2 | -18/+18 |
| * | Add code to pg_dump to use E'' strings when backslashes are used in dump | Bruce Momjian | 2005-07-01 | 3 | -11/+41 |
| * | Avoid function name conflict when plpgsql and rangefuncs regression tests | Tom Lane | 2005-07-01 | 2 | -8/+8 |
| * | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 | 16 | -24/+1406 |
| * | Update to autoconf 2.59 as well as updates of related scripts | Peter Eisentraut | 2005-07-01 | 1 | -9/+0 |
| * | Clarify code to double \\ and '. | Bruce Momjian | 2005-07-01 | 4 | -11/+9 |
| * | Clarify documentation about log_min_duration_statement. | Bruce Momjian | 2005-07-01 | 1 | -1/+2 |
| * | Improve error messages and add comment | Teodor Sigaev | 2005-07-01 | 1 | -5/+14 |
| * | Adds some missing error handling to PGTYPESnumeric_div() in ecpg's | Neil Conway | 2005-07-01 | 1 | -7/+29 |
| * | Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must be | Neil Conway | 2005-07-01 | 1 | -4/+5 |
| * | Bug fixes for GiST crash recovery. | Teodor Sigaev | 2005-06-30 | 6 | -65/+95 |
| * | Issue fatal error if no TCP/IP sockets could be created | Peter Eisentraut | 2005-06-30 | 1 | -2/+9 |
| * | Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL | Neil Conway | 2005-06-30 | 1 | -5/+1 |
| * | Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, | Neil Conway | 2005-06-30 | 16 | -21/+21 |
| * | Fix ecpg's test/ Makefile for out-of-tree (vpath) builds. | Neil Conway | 2005-06-30 | 1 | -5/+5 |
| * | Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> | Neil Conway | 2005-06-30 | 1 | -1/+2 |
| * | Dump comments for large objects. | Tom Lane | 2005-06-30 | 3 | -35/+162 |
| * | Fix a theoretical memory leak in pg_password_sendauth(). If the first | Neil Conway | 2005-06-30 | 1 | -6/+6 |
| * | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 | 6 | -29/+45 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 17 | -213/+130 |
| * | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 | 7 | -311/+534 |