2005-07-04 |
Bruce Momjian | Reverse this patch: |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Neil Conway | Fix build break for out of tree (vpath) builds, induced... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Bruce Momjian | Bruce, please apply this additional patch, that fixes the |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Tom Lane | Fix memory leak in plperl_hash_from_tuple(), per report... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Tom Lane | Don't try to constant-fold functions returning RECORD... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Peter Eisentraut | Support cross compilation by compiling "zic" with a... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Tom Lane | Improve outer-join-deduction logic to be able to propag... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Bruce Momjian | This patch allows contrib/pgcrypto to build with OpenSS... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Bruce Momjian | > A quick look shows that when you use --with-libraries... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Tom Lane | Teach planner about some cases where a restriction... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Bruce Momjian | Remove GIST concurrency limitations section. |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Bruce Momjian | Add SGML markup for on/off values in run-time section. |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Bruce Momjian | Improve wrapping of long lines in postgresql.conf. |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Bruce Momjian | Use on/off consistently for GUC variables in postgresql... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Bruce Momjian | Add E'' to internally created SQL strings that contain... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Neil Conway | In PL/PgSQL, allow a block's label to be optionally... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Tom Lane | Fix platform-dependency in recently added regression... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Add code to pg_dump to use E'' strings when backslashes... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Tom Lane | Avoid function name conflict when plpgsql and rangefunc... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Tom Lane | Remove contrib version of rtree_gist --- now in core... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Tom Lane | Migrate rtree_gist functionality into the core system... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Peter Eisentraut | Update to autoconf 2.59 as well as updates of related... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Clarify code to double \\ and '. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Clarify: |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Update for roles: |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Update for roles: |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Item superceeded now that groups exist: |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Teodor Sigaev | Fixes from Janko Richter <jankorichter@yahoo.de> |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Bruce Momjian | Clarify documentation about log_min_duration_statement. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Teodor Sigaev | Improve error messages and add comment |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Neil Conway | Adds some missing error handling to PGTYPESnumeric_div... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Neil Conway | Fix some minor infelicities in ecpg's pgtypeslib: ... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Teodor Sigaev | Bug fixes for GiST crash recovery. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Peter Eisentraut | Issue fatal error if no TCP/IP sockets could be created |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Neil Conway | Minor ecpg tweak: the return value of calloc() is guara... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Neil Conway | Warning cleanups for ecpg tests. Avoid doing pointer... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Neil Conway | Fix ecpg's test/ Makefile for out-of-tree (vpath) builds. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Neil Conway | Fix build break on BSD, OSX, and other systems: add... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Tom Lane | Dump comments for large objects. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Neil Conway | Fix a theoretical memory leak in pg_password_sendauth... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Tom Lane | Improve the checkpoint signaling mechanism so that... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Tom Lane | Clean up the rather historically encumbered interface... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Tom Lane | More cleanup on roles patch. Allow admin option to... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Teodor Sigaev | Cleanup, remove unneeded pallocs |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Bruce Momjian | Improve gettimeofday() documentation. |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Bruce Momjian | Improved words spacing. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Bruce Momjian | Update typedefs for pgindent. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Bruce Momjian | Change awk ~ pattern from "" to //. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Tom Lane | Fix up problems in write_auth_file and parsing of the... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Tom Lane | Bring syntax of role-related commands into SQL complian... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Teodor Sigaev | Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Tom Lane | Fix broken initdb -W option, per Michael Fuhr. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Tom Lane | Replace pg_shadow and pg_group by new role-capable... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Teodor Sigaev | Concurrency for GiST |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Tom Lane | Modify pg_dump to assume that a check constraint is... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Neil Conway | Remove support for Kerberos V4. It seems no one is... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Tom Lane | Remove the << >> &< and &> operators for contrib/cube... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Tom Lane | Adjust contrib/seg &< and &> operators so that r-tree... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Tom Lane | Tweak dynahash.c to not allocate so many entries at... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Tom Lane | Add Oracle-compatible GREATEST and LEAST functions... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Tom Lane | Code review for escape-strings patch. Sync psql and... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Tom Lane | Fix overlooked regression output file. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Bruce Momjian | Add E'' syntax so eventually normal strings can treat... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Tom Lane | Fix a couple of items that should be declared Oid not... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Tom Lane | Remove forced CHECKPOINT in regression tests --- redund... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Tom Lane | Force a checkpoint before committing a CREATE DATABASE... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Tom Lane | Fix ancient memory leak in index_create(): RelationInit... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Bruce Momjian | Add item: |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Bruce Momjian | Add desciption for terminate: |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Tom Lane | Extend r-tree operator classes to handle Y-direction... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Tatsuo Ishii | unbreak unicode/utf8 test |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Tom Lane | Remove overspecification of precision of CURRENT_TIMEST... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Tatsuo Ishii | Allow direct conversion between EUC_JP and SJIS to... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Bruce Momjian | Remove TODO.detail rtree now that item is fixed. |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Bruce Momjian | Completed: |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Neil Conway | Code cleanup: remove 3 duplicate static function declar... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Neil Conway | This trivial patch removes an unused variable. From... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Tom Lane | Fix rtree and contrib/rtree_gist search behavior for... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Bruce Momjian | Update text of terminate: |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Tom Lane | Move findoidjoins out of contrib and into src/tools... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Tom Lane | Cleanup the contrib/lo module: there is no need anymore... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Tom Lane | Remove contrib modules that have been agreed to be... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Tom Lane | Make REINDEX DATABASE do what one would expect, namely... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Tom Lane | Fix the mechanism for reporting the original table... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Tom Lane | Add a validator function for plperl. Andrew Dunstan |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Tom Lane | Add a hack requested by the JDBC driver writers: when... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Neil Conway | Fix bug in CONTINUE statement for PL/pgSQL: when we... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Neil Conway | Correct some code in pg_restore when reading the header... |
commit | commitdiff | tree | snapshot |
next |