2009-01-29 |
Tom Lane | Replace argument-checking Asserts with regular test... |
| commitdiff |
2009-01-29 |
Teodor Sigaev | Fix incorrect dereferencing of char* to array's index. |
| commitdiff |
2009-01-28 |
Teodor Sigaev | Fix bug with multiple evaluation of tsearch2 compatibil... |
| commitdiff |
2009-01-28 |
Magnus Hagander | Go over all OpenSSL return values and make sure we... |
| commitdiff |
2009-01-28 |
Magnus Hagander | Support running as a service on Windows 7, by not speci... |
| commitdiff |
2009-01-22 |
Bruce Momjian | Document that SELECT FOR UPDATE/SHARE with ORDER BY... |
| commitdiff |
2009-01-18 |
Tom Lane | Fix a pg_dump output ordering problem introduced in... |
| commitdiff |
2009-01-15 |
Heikki Linnakangas | Change explanation of pg_switch_xlog()'s return value... |
| commitdiff |
2009-01-15 |
Teodor Sigaev | Fix URL generation in headline. Only tag lexeme will... |
| commitdiff |
2009-01-15 |
Teodor Sigaev | Fix generation of too long headline with ShortWords. |
| commitdiff |
2009-01-14 |
Heikki Linnakangas | Remove broken Assertions that failed if a statement... |
| commitdiff |
2009-01-13 |
Magnus Hagander | Throw an error when using -C and -1 at the same time... |
| commitdiff |
2009-01-09 |
Bruce Momjian | Update release notes for 8.3.5, 8.2.11, and 8.1.15... |
| commitdiff |
2009-01-07 |
Tom Lane | Insert conditional SPI_push/SPI_pop calls into InputFun... |
| commitdiff |
2009-01-06 |
Tom Lane | Remove references to pgsql-ports and pgsql-patches... |
| commitdiff |
2009-01-06 |
Heikki Linnakangas | Fix logic in lazy vacuum to decide if it's worth trying... |
| commitdiff |
2009-01-03 |
Joe Conway | Fix bug per Oleksiy Shchukin - 2nd argument for dblink_... |
| commitdiff |
2009-01-01 |
Tom Lane | Fix an oversight in my patch of a couple weeks ago... |
| commitdiff |
2008-12-30 |
Tom Lane | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch... |
| commitdiff |
2008-12-16 |
Tom Lane | Make heap_update() set newtup->t_tableOid correctly... |
| commitdiff |
2008-12-15 |
Tom Lane | Remove newly-added regression test cases that reference... |
| commitdiff |
2008-12-14 |
Tom Lane | Restore enforce_generic_type_consistency's pre-8.3... |
| commitdiff |
2008-12-13 |
Tom Lane | Fix failure to ensure that a snapshot is available... |
| commitdiff |
2008-12-08 |
Magnus Hagander | Clearify how processes are started by autovacuum, and... |
| commitdiff |
2008-12-08 |
Magnus Hagander | Add note that autovacuum can use up several times maint... |
| commitdiff |
2008-12-04 |
Teodor Sigaev | Initialize GISTScanOpaque->qual_ok even if there is... |
| commitdiff |
2008-12-01 |
Tom Lane | Fix an oversight in the code that makes transitive... |
| commitdiff |
2008-12-01 |
Tom Lane | Ensure that the contents of a holdable cursor don't... |
| commitdiff |
2008-11-30 |
Tom Lane | Fix dblink and tablefunc to not return with the wrong... |
| commitdiff |
2008-11-30 |
Tom Lane | Remove inappropriate memory context switch in shutdown_... |
| commitdiff |
2008-11-27 |
Tom Lane | Back-patch change to make DISCARD ALL release advisory... |
| commitdiff |
2008-11-26 |
Michael Meskes | Replaced strchrnul by strchr. |
| commitdiff |
2008-11-26 |
Michael Meskes | When creating a varchar struct name braces must be... |
| commitdiff |
2008-11-25 |
Tom Lane | information_schema.key_column_usage.position_in_unique_... |
| commitdiff |
2008-11-15 |
Peter Eisentraut | Fix crash of xmlconcat(NULL) |
| commitdiff |
2008-11-13 |
Tom Lane | Prevent synchronous scan during GIN index build, becaus... |
| commitdiff |
2008-11-13 |
Peter Eisentraut | Since the xmlagg section was moved, "below" is no longe... |
| commitdiff |
2008-11-12 |
Tom Lane | In predtest.c, install a limit on the number of branche... |
| commitdiff |
2008-11-12 |
Heikki Linnakangas | Fix off-by-one error in autovacuum shmem struct sizing... |
| commitdiff |
2008-11-12 |
Andrew Dunstan | Detect and error out on inability to get proper linkage... |
| commitdiff |
2008-11-11 |
Magnus Hagander | Mention the tup_fetched column in pg_stat_database. |
| commitdiff |
2008-11-11 |
Tom Lane | Get rid of adjust_appendrel_attr_needed(), which has... |
| commitdiff |
2008-11-10 |
Tom Lane | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar... |
| commitdiff |
2008-11-10 |
Tom Lane | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed... |
| commitdiff |
2008-11-04 |
Bruce Momjian | Document that 'sslmode' is ignored for Unix domain... |
| commitdiff |
2008-10-31 |
Marc G. Fournier | commit for 8.3.5 REL8_3_5 |
| commitdiff |
2008-10-30 |
Tom Lane | Update back-branch release notes. |
| commitdiff |
2008-10-30 |
Peter Eisentraut | Translation updates |
| commitdiff |
2008-10-30 |
Magnus Hagander | Revert previous patch to put the shared memory segment... |
| commitdiff |
2008-10-30 |
Tom Lane | Update time zone data files to tzdata release 2008i... |
| commitdiff |
2008-10-30 |
Peter Eisentraut | Missing space in error message |
| commitdiff |
2008-10-30 |
Peter Eisentraut | Improve new message |
| commitdiff |
2008-10-30 |
Tom Lane | Fix recoveryLastXTime logic so that it actually does... |
| commitdiff |
2008-10-27 |
Tom Lane | Install a more robust solution for the problem of infin... |
| commitdiff |
2008-10-26 |
Tom Lane | Better solution to the IN-list issue: instead of having... |
| commitdiff |
2008-10-25 |
Tom Lane | Add a heuristic to transformAExprIn() to make it prefer... |
| commitdiff |
2008-10-25 |
Tom Lane | Fix an old bug in after-trigger handling: AfterTriggerE... |
| commitdiff |
2008-10-23 |
Magnus Hagander | Fix memory leak when using gsslib parameter in libpq... |
| commitdiff |
2008-10-23 |
Peter Eisentraut | On second thought, let's not get involved in correcting... |
| commitdiff |
2008-10-22 |
Teodor Sigaev | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't |
| commitdiff |
2008-10-17 |
Peter Eisentraut | Small correction SQL feature table |
| commitdiff |
2008-10-17 |
Teodor Sigaev | Fix small bug in headline generation. |
| commitdiff |
2008-10-17 |
Teodor Sigaev | During repeated rescan of GiST index it's possible... |
| commitdiff |
2008-10-16 |
Neil Conway | Fix a small memory leak in ExecReScanAgg() in the hashe... |
| commitdiff |
2008-10-16 |
Tom Lane | Fix SPI_getvalue and SPI_getbinval to range-check the... |
| commitdiff |
2008-10-10 |
Tom Lane | Fix COPY documentation to not imply that HEADER can... |
| commitdiff |
2008-10-10 |
Tom Lane | Fix omission of DiscardStmt in GetCommandLogLevel,... |
| commitdiff |
2008-10-10 |
Michael Meskes | Optional arguments should be optional. |
| commitdiff |
2008-10-09 |
Tom Lane | Fix overly tense optimization of PLpgSQL_func_hashkey... |
| commitdiff |
2008-10-09 |
Tom Lane | Fix crash in bytea-to-XML mapping when the source value... |
| commitdiff |
2008-10-09 |
Heikki Linnakangas | Force a checkpoint in CREATE DATABASE before starting... |
| commitdiff |
2008-10-07 |
Heikki Linnakangas | When a relation is moved to another tablespace, we... |
| commitdiff |
2008-10-02 |
Tom Lane | Fix improper display of fractional seconds in interval... |
| commitdiff |
2008-10-01 |
Magnus Hagander | Link libpq with libgssapi if configure finds it, as |
| commitdiff |
2008-09-30 |
Tom Lane | Recent patches to pg_ctl broke "pg_ctl restart" for... |
| commitdiff |
2008-09-27 |
Andrew Dunstan | Compare escaped chars case insensitively for ILIKE... |
| commitdiff |
2008-09-24 |
Tom Lane | Fix more problems with rewriter failing to set Query... |
| commitdiff |
2008-09-24 |
Magnus Hagander | Make sure pg_control is opened in binary mode, to deal |
| commitdiff |
2008-09-19 |
Magnus Hagander | Mark SessionReplicationRole as PGDLLIMPORT so it |
| commitdiff |
2008-09-19 |
Marc G. Fournier | tag for 8.3.4 REL8_3_4 |
| commitdiff |
2008-09-19 |
Tom Lane | Update back-branch release notes. |
| commitdiff |
2008-09-17 |
Tom Lane | Update time zone data files to tzdata release 2008f... |
| commitdiff |
2008-09-16 |
Tom Lane | Widen the nLocks counts in local lock tables from int... |
| commitdiff |
2008-09-16 |
Tom Lane | Fix multiple memory leaks in xml_out(). Per report... |
| commitdiff |
2008-09-15 |
Tom Lane | Fix caching of foreign-key-checking queries so that... |
| commitdiff |
2008-09-12 |
Tom Lane | Skip opfamily check in eclass_matches_any_index() when... |
| commitdiff |
2008-09-11 |
Alvaro Herrera | Initialize the minimum frozen Xid in vac_update_datfroz... |
| commitdiff |
2008-09-10 |
Tom Lane | Avoid using sprintf() for a simple octal conversion... |
| commitdiff |
2008-09-01 |
Tom Lane | Fix plpgsql's exec_move_row() to supply valid type... |
| commitdiff |
2008-09-01 |
Heikki Linnakangas | HeapTupleHeaderAdjustCmax made the incorrect assumption... |
| commitdiff |
2008-08-29 |
Tom Lane | Fix bug in original implementation of xmlserialize... |
| commitdiff |
2008-08-26 |
Tom Lane | Teach eval_const_expressions() to simplify an ArrayCoer... |
| commitdiff |
2008-08-26 |
Tom Lane | Fix pg_dump docs to acknowledge that you can use -Z... |
| commitdiff |
2008-08-23 |
Teodor Sigaev | Fix possible duplicate tuples while GiST scan. Now... |
| commitdiff |
2008-08-21 |
Bruce Momjian | Mention that pg_dump does not dump ALTER DATABASE ... |
| commitdiff |
2008-08-20 |
Michael Meskes | Fixed incorrect argument handling in SET command if... |
| commitdiff |
2008-08-20 |
Magnus Hagander | Make libpq on windows not try to send chunks larger... |
| commitdiff |
2008-08-16 |
Tom Lane | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave... |
| commitdiff |
2008-08-16 |
Bruce Momjian | Synchronize Borland libpq makefile to match MSVC. ... |
| commitdiff |
2008-08-14 |
Heikki Linnakangas | Fix pull_up_simple_union_all to copy all rtable entries... |
| commitdiff |
next |