| 2010-01-26 | Andrew Dunstan | Various small improvements and cleanups for PL/Perl. | commit | commitdiff | tree | 
| 2010-01-26 | Tom Lane | Remove the default_do_language parameter, instead makin... | commit | commitdiff | tree | 
| 2010-01-26 | Tom Lane | Un-break initdb logic for commenting out IPv6 pg_hba... | commit | commitdiff | tree | 
| 2010-01-26 | Bruce Momjian | Remove tabs in SGML. | commit | commitdiff | tree | 
| 2010-01-26 | Michael Meskes | Added test case that was part of Zoltan's patch but... | commit | commitdiff | tree | 
| 2010-01-26 | Michael Meskes | Finally applied patch by Boszormenyi Zoltan <zb@cyberte... | commit | commitdiff | tree | 
| 2010-01-26 | Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... | commit | commitdiff | tree | 
| 2010-01-26 | Peter Eisentraut | Reformat the comments in pg_hba.conf and pg_ident.conf | commit | commitdiff | tree | 
| 2010-01-26 | Peter Eisentraut | Make the default pg_hba.conf and pg_ident.conf align... | commit | commitdiff | tree | 
| 2010-01-26 | Simon Riggs | Fix longstanding gripe that we check for 0000000001... | commit | commitdiff | tree | 
| 2010-01-25 | Tom Lane | Add get_bit/set_bit functions for bit strings, parallel... | commit | commitdiff | tree | 
| 2010-01-25 | Heikki Linnakangas | Add note that PREPARE TRANSACTION is for transaction... | commit | commitdiff | tree | 
| 2010-01-25 | Tom Lane | Apply Tcl_Init() to the "hold" interpreter created... | commit | commitdiff | tree | 
| 2010-01-24 | Joe Conway | Rewrite dblink_record_internal() and dblink_fetch(... | commit | commitdiff | tree | 
| 2010-01-24 | Tom Lane | Fix assorted core dumps and Assert failures that could... | commit | commitdiff | tree | 
| 2010-01-24 | Magnus Hagander | Add missing closing tag. | commit | commitdiff | tree | 
| 2010-01-23 | Tom Lane | Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize... | commit | commitdiff | tree | 
| 2010-01-23 | Simon Riggs | Add explanatory detail to Hot Standby cancelation error... | commit | commitdiff | tree | 
| 2010-01-23 | Simon Riggs | In HS, Startup process sets SIGALRM when waiting for... | commit | commitdiff | tree | 
| 2010-01-22 | Bruce Momjian | Revert mention that HTML documentation has to be built... | commit | commitdiff | tree | 
| 2010-01-22 | Robert Haas | Fix mismatched tags introduced by attribute options... | commit | commitdiff | tree | 
| 2010-01-22 | Robert Haas | Fix several oversights in previous commit - attribute... | commit | commitdiff | tree | 
| 2010-01-22 | Robert Haas | Replace ALTER TABLE ... SET STATISTICS DISTINCT with... | commit | commitdiff | tree | 
| 2010-01-22 | Bruce Momjian | Document that the HTML documentation must be built... | commit | commitdiff | tree | 
| 2010-01-22 | Peter Eisentraut | PL/Python DO handler | commit | commitdiff | tree | 
| 2010-01-22 | Michael Meskes | Make argument const char * as per Takahiro Itagaki... | commit | commitdiff | tree | 
| 2010-01-22 | Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... | commit | commitdiff | tree | 
| 2010-01-21 | Robert Haas | Fix unsafe loop test, and declare as_ident as bool... | commit | commitdiff | tree | 
| 2010-01-21 | Robert Haas | Add new escaping functions PQescapeLiteral and PQescape... | commit | commitdiff | tree | 
| 2010-01-21 | Simon Riggs | Add missing flag reset to ensure subsequent manual... | commit | commitdiff | tree | 
| 2010-01-21 | Heikki Linnakangas | Fix bogus comments. | commit | commitdiff | tree | 
| 2010-01-21 | Itagaki Takahiro | Adjust psql to use pg_get_triggerdef(pretty=true) to... | commit | commitdiff | tree | 
| 2010-01-21 | Simon Riggs | Better internal documentation of locking for Hot Standb... | commit | commitdiff | tree | 
| 2010-01-20 | Tom Lane | Well, the systemtap guys moved the goalposts again... | commit | commitdiff | tree | 
| 2010-01-20 | Peter Eisentraut | Add user-specific .pg_service.conf file | commit | commitdiff | tree | 
| 2010-01-20 | Heikki Linnakangas | Fix bogus subdir setting. Again. I must've unfixed... | commit | commitdiff | tree | 
| 2010-01-20 | Heikki Linnakangas | Write a WAL record whenever we perform an operation... | commit | commitdiff | tree | 
| 2010-01-20 | Heikki Linnakangas | Now that much of walreceiver has been pulled back into... | commit | commitdiff | tree | 
| 2010-01-20 | Heikki Linnakangas | Add missing "!= NULL", for the sake of consistency. | commit | commitdiff | tree | 
| 2010-01-20 | Heikki Linnakangas | Adjust windows makefiles too, now that the walreceiver... | commit | commitdiff | tree | 
| 2010-01-20 | Heikki Linnakangas | Adjust MSVC build script too, now that the walreceiver... | commit | commitdiff | tree | 
| 2010-01-20 | Heikki Linnakangas | Rethink the way walreceiver is linked into the backend... | commit | commitdiff | tree | 
| 2010-01-20 | Peter Eisentraut | Before attempting to create a composite type, check... | commit | commitdiff | tree | 
| 2010-01-20 | Andrew Dunstan | Fix typo in Mkvcbuild.pl | commit | commitdiff | tree | 
| 2010-01-20 | Andrew Dunstan | Build plperl's new Util.xs | commit | commitdiff | tree | 
| 2010-01-20 | Robert Haas | Fix doc build, which was broken by PL/perl utility... | commit | commitdiff | tree | 
| 2010-01-20 | Andrew Dunstan | Add utility functions to PLPerl: | commit | commitdiff | tree | 
| 2010-01-20 | Robert Haas | Reformat documentation of libpq escaping functions. | commit | commitdiff | tree | 
| 2010-01-19 | Tom Lane | When doing a parallel restore, we must guard against... | commit | commitdiff | tree | 
| 2010-01-19 | Tom Lane | Fix thinko in my recent change to put an explicit argis... | commit | commitdiff | tree | 
| 2010-01-19 | Magnus Hagander | Add pg_stat_reset_shared('bgwriter') to reset the clust... | commit | commitdiff | tree | 
| 2010-01-19 | Tom Lane | Add pg_table_size() and pg_indexes_size() to provide... | commit | commitdiff | tree | 
| 2010-01-19 | Tom Lane | Add "USING expressions" option to plpgsql's OPEN cursor... | commit | commitdiff | tree | 
| 2010-01-18 | Peter Eisentraut | Cast slightly abused enum to int, so that GCC 4.5 won... | commit | commitdiff | tree | 
| 2010-01-18 | Tom Lane | Fix an oversight in convert_EXISTS_sublink_to_join... | commit | commitdiff | tree | 
| 2010-01-18 | Teodor Sigaev | Fix incorrect comparison of scan key in GIN. Per report... | commit | commitdiff | tree | 
| 2010-01-18 | Tom Lane | Fix portalmem.c to avoid keeping a dangling pointer... | commit | commitdiff | tree | 
| 2010-01-18 | Tom Lane | Update SET CONSTRAINTS reference page --- it failed... | commit | commitdiff | tree | 
| 2010-01-17 | Tom Lane | Improve the handling of SET CONSTRAINTS commands by... | commit | commitdiff | tree | 
| 2010-01-17 | Magnus Hagander | Add include directory for dblink to find fmgroids.h... | commit | commitdiff | tree | 
| 2010-01-17 | Magnus Hagander | Silence compiler warning, noted by Stefan Kaltenbrunner | commit | commitdiff | tree | 
| 2010-01-17 | Tom Lane | Remove unnecessary, inconsistent flag resets in Process... | commit | commitdiff | tree | 
| 2010-01-16 | Magnus Hagander | Fix spelling error, noticed by Thomas Shinnick | commit | commitdiff | tree | 
| 2010-01-16 | Tom Lane | Re-order configure tests to reflect the fact that the... | commit | commitdiff | tree | 
| 2010-01-16 | Tom Lane | Fix unportable use of isxdigit() with char (rather... | commit | commitdiff | tree | 
| 2010-01-16 | Tom Lane | Fix bogus initialization of KnownAssignedXids shared... | commit | commitdiff | tree | 
| 2010-01-16 | Simon Riggs | Lock database while running drop database in Hot Standb... | commit | commitdiff | tree | 
| 2010-01-16 | Magnus Hagander | Build the walreceiver library on MSVC as well. | commit | commitdiff | tree | 
| 2010-01-16 | Peter Eisentraut | Improved printing of Python exceptions in PL/Python | commit | commitdiff | tree | 
| 2010-01-16 | Simon Riggs | Message mentions msec when it should be seconds, so... | commit | commitdiff | tree | 
| 2010-01-16 | Simon Riggs | Teach standby conflict resolution to use SIGUSR1 | commit | commitdiff | tree | 
| 2010-01-16 | Tom Lane | Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both... | commit | commitdiff | tree | 
| 2010-01-16 | Bruce Momjian | Add #include <sys/time.h> for struct timeval definition... | commit | commitdiff | tree | 
| 2010-01-16 | Tom Lane | PGDLLIMPORT-ize the remaining variables needed by walre... | commit | commitdiff | tree | 
| 2010-01-15 | Tom Lane | Do parse analysis of an EXPLAIN's contained statement... | commit | commitdiff | tree | 
| 2010-01-15 | Tom Lane | Second try: walreceiver should not be built with -DBUIL... | commit | commitdiff | tree | 
| 2010-01-15 | Tom Lane | No, scratch that, it was getting added twice. | commit | commitdiff | tree | 
| 2010-01-15 | Tom Lane | Actually, I'll bet the mingw problem is lack of $(BE_DL... | commit | commitdiff | tree | 
| 2010-01-15 | Tom Lane | Fix bogus subdir setting ... wonder just what that... | commit | commitdiff | tree | 
| 2010-01-15 | Heikki Linnakangas | Move build of src/backend/replication/walreceiver/... | commit | commitdiff | tree | 
| 2010-01-15 | Michael Meskes | Added correct error handling in DESCRIBE statement... | commit | commitdiff | tree | 
| 2010-01-15 | Heikki Linnakangas | Remove unused (in non-assertion-enabled build) variable. | commit | commitdiff | tree | 
| 2010-01-15 | Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... | commit | commitdiff | tree | 
| 2010-01-15 | Heikki Linnakangas | Introduce Streaming Replication. | commit | commitdiff | tree | 
| 2010-01-14 | Teodor Sigaev | Add point_ops opclass for GiST. | commit | commitdiff | tree | 
| 2010-01-14 | Simon Riggs | First part of refactoring of code for ResolveRecoveryCo... | commit | commitdiff | tree | 
| 2010-01-14 | Tom Lane | Simplify validate_exec() by using access(2) to check... | commit | commitdiff | tree | 
| 2010-01-13 | Tom Lane | When loading critical system indexes into the relcache... | commit | commitdiff | tree | 
| 2010-01-13 | Tom Lane | Fix bug #5269: ResetPlanCache mustn't invalidate cached... | commit | commitdiff | tree | 
| 2010-01-13 | Michael Meskes | Applied Zoltan's patch to make char the default sqlda... | commit | commitdiff | tree | 
| 2010-01-13 | Michael Meskes | Fix SQL3 type return value. | commit | commitdiff | tree | 
| 2010-01-13 | Tom Lane | Make fixed_paramref_hook behave properly when there... | commit | commitdiff | tree | 
| 2010-01-12 | Magnus Hagander | Update MSVC build instructions. | commit | commitdiff | tree | 
| 2010-01-12 | Tom Lane | Fix relcache reload mechanism to be more robust in... | commit | commitdiff | tree | 
| 2010-01-12 | Michael Meskes | Removed ecpg Changelog file that was only there for... | commit | commitdiff | tree | 
| 2010-01-12 | Bruce Momjian | Please tablespace directories in their own subdirectory... | commit | commitdiff | tree | 
| 2010-01-12 | Tom Lane | Fix aclexplode to not explode on a zero-entry ACL array. | commit | commitdiff | tree | 
| 2010-01-12 | Bruce Momjian | Remove tabs in SGML file. | commit | commitdiff | tree | 
| 2010-01-11 | Tom Lane | Add some simple support and documentation for using... | commit | commitdiff | tree | 
| 2010-01-11 | Tom Lane | Improve ExecEvalVar's handling of whole-row variables... | commit | commitdiff | tree | 
| next |