| Age | Commit message (Expand) | Author |
| 2003-12-23 | Use inlined TAS() on PA-RISC, if we are compiling with gcc. | Tom Lane |
| 2003-12-23 | Fix a number of places where reconfiguring with a different installation | Tom Lane |
| 2003-12-23 | Fix compile warning. | Tom Lane |
| 2003-12-23 | More bogosity in alter_table test: sometimes causes prepare test to fail | Tom Lane |
| 2003-12-23 | alter_table test sometimes failed in parallel mode, because of transient | Tom Lane |
| 2003-12-23 | Push responsibility for selecting out-of-line-assembler TAS code out to | Tom Lane |
| 2003-12-23 | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane |
| 2003-12-23 | Have configure --without-spinlocks actually not use spinlock code, even | Bruce Momjian |
| 2003-12-23 | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian |
| 2003-12-23 | Remove __alpha__ additions in main.c but document that they are missing. | Bruce Momjian |
| 2003-12-23 | Remove NEED_I386_TAS_ASM and just test for compiler defines. | Bruce Momjian |
| 2003-12-23 | Allow plpgsql variables' default value expressions to reference | Tom Lane |
| 2003-12-22 | This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || | Bruce Momjian |
| 2003-12-22 | Test for __alpha and __alpha__. | Bruce Momjian |
| 2003-12-21 | Further cleanup in _bt_first: eliminate duplicate code paths. | Tom Lane |
| 2003-12-21 | Back out: | Bruce Momjian |
| 2003-12-21 | [ This description should have been on the earlier fork/exec | Bruce Momjian |
| 2003-12-21 | Previous change exposed some opportunities for further simplification | Tom Lane |
| 2003-12-21 | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane |
| 2003-12-21 | The recent DUMMY_PROCS patch broke accounting for the number of semaphores | Tom Lane |
| 2003-12-20 | bufmgr.c failed to compile on Darwin, because it didn't include | Tom Lane |
| 2003-12-20 | Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge | Tom Lane |
| 2003-12-20 | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-12-20 | In my mind there were two categories of open issues | Bruce Momjian |
| 2003-12-19 | Supress ecpg thread test if configure didn't enable threads. Fix | Bruce Momjian |
| 2003-12-19 | Prevent service dbname from defaulting to service name, per bug report | Bruce Momjian |
| 2003-12-19 | Forbid REVOKE on untrusted languages, and don't dump privileges of | Peter Eisentraut |
| 2003-12-19 | Add missing $(X). | Peter Eisentraut |
| 2003-12-19 | Make to_hex() behave portably on negative input values (treat them as | Tom Lane |
| 2003-12-19 | Use a shutdown callback to ensure proper clean up when rescanning | Joe Conway |
| 2003-12-18 | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane |
| 2003-12-18 | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane |
| 2003-12-18 | Forgot to change one compatlib.h. | Peter Eisentraut |
| 2003-12-18 | Ensure set-returning functions in the targetlist of a plan node will be | Tom Lane |
| 2003-12-18 | Move Informix compatibility include files out of the way. compatlib.h | Peter Eisentraut |
| 2003-12-18 | patch for new OID74Test | Dave Cramer |
| 2003-12-18 | fixed up OID74 test to conform with other tests, by Kris Jurka | Dave Cramer |
| 2003-12-18 | Here is the definition of relation_byte_size() in optimizer/path/costsize.c: | Bruce Momjian |
| 2003-12-18 | patch by Kris Jurka to use the correct protocol based upon server information | Dave Cramer |
| 2003-12-18 | Adjust rules output for unknown-vs-any change (affects expected contents | Tom Lane |
| 2003-12-18 | Be a little smarter in group_clauses_by_indexkey_for_join: detect cases | Tom Lane |
| 2003-12-17 | information_schema.constraint_column_usage and key_column_usage should | Tom Lane |
| 2003-12-17 | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane |
| 2003-12-17 | Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion | Tom Lane |
| 2003-12-17 | Remove pg_id. | Peter Eisentraut |
| 2003-12-17 | Repair planner failure when there are multiple IN clauses, each with | Tom Lane |
| 2003-12-17 | revoked patch from Kris Jurka to fix multiarguments, and changed test to create | Dave Cramer |
| 2003-12-17 | patch from Kris Jurka to fix large object 7.1 compatible protocol issues | Dave Cramer |
| 2003-12-17 | - Added just another patch by Dave that fixes a reversed order in | Michael Meskes |