2008-05-12 |
Michael Meskes | Check for non-existant connection in prepare statement... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Andrew Dunstan | Backpatch fixes for contrib makefiles. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Tom Lane | Fix an ancient oversight in change_varattnos_of_a_node... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Heikki Linnakangas | Fix Assert introduced in previous patch. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Heikki Linnakangas | Fix incorrect archive truncation point calculation... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Tom Lane | Fix contrib/xml2 makefile to not override CFLAGS, and... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Alvaro Herrera | Add Simon Riggs' email address. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Magnus Hagander | Add more dependencies from libpgport required by |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Tom Lane | The 8.2 patch that added support for an alias on the... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Tom Lane | Fix nodeTidscan.c to not trigger an error if the block... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Alvaro Herrera | Fix REASSIGN OWNED so that it works on procedural langu... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Tom Lane | Fix broken configure test for libxslt: it was probing... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Tom Lane | Back-patch Heikki's fix to make TransactionIdIsCurrentT... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Tom Lane | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Teodor Sigaev | Fix using too many LWLocks bug, reported by Craig Ringer |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Magnus Hagander | Replace developer FAQ with a reference to the wiki... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Tom Lane | Fix convert_IN_to_join to properly handle the case... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Magnus Hagander | Fix typo, noted by Stefan Kaltenbrunner. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Magnus Hagander | Add link to major version release notes at the top... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Tom Lane | Fix a couple of places in execMain that erroneously... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Teodor Sigaev | Fix broken compare function for tsquery_ops. Per Tom... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Tom Lane | Fix rmtree() so that it keeps going after failure to... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Heikki Linnakangas | Fix two race conditions between the pending unlink... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Tom Lane | Fix a couple of oversights associated with the "physica... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Tom Lane | Repair two places where SIGTERM exit could leave shared... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Tom Lane | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Andrew Dunstan | Avoid using unnecessary pgwin32_safestat in libpq. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Andrew Dunstan | Add multi-line flag to regex that needs it. Backpatch... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Tom Lane | A quick try at un-breaking the Cygwin build. Whether... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Tom Lane | Fix several datatype input functions that were allowing... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Magnus Hagander | Create wrapper pgwin32_safestat() and redefine stat... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Michael Meskes | Fixed bug in PGTYPEStimestamp_sub that used pointers... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Tom Lane | Fix tsvector_update_trigger() to be domain-friendly... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Tom Lane | Defend against JOINs having more than 32K columns altog... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Tom Lane | Teach ANALYZE to distinguish dead and in-doubt tuples... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Peter Eisentraut | Remove -C from rsync call, because it omits directories... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Tom Lane | Revert my bad decision of about a year ago to make... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Tom Lane | Fix an oversight I made in a cleanup patch over a year... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Tom Lane | Apply my original fix for Taiki Yamaguchi's bug report... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Tom Lane | Fix a number of places that were making file-type tests... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Tom Lane | Revert my erroneous fix for Taiki Yamaguchi's DISTINCT... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Tom Lane | When we have successfully optimized a MIN or MAX aggreg... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Magnus Hagander | Include \password in the psql help. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Tom Lane | Fix core dump in contrib/xml2's xpath_table() when... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Michael Meskes | added ECPGget_PGconn to exports.txt |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Tom Lane | When a relation has been proven empty by constraint... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Tom Lane | Fix various infelicities that have snuck into usage... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Michael Meskes | Corrected version number. |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Michael Meskes | Added ECPGget_PGconn() function to ecpglib, courtesy... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Michael Meskes | Changed statement escaping to not escape continuation... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Heikki Linnakangas | Add the missing cyrillic "Yo" characters ('e' and ... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Tom Lane | Fix regexp substring matching (substring(string from... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Magnus Hagander | cvsweb lives on anoncvs.postgresql.org these days. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Magnus Hagander | Wiki page about cvs now lives in the main wiki, the one |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Tom Lane | Fix inappropriately-timed memory context switch in... REL8_3_1 |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Alvaro Herrera | Fix duplicate word, per Guillaume Lelarge. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Alvaro Herrera | Fix vacuum so that autovacuum is really not cancelled... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Marc G. Fournier | update configure for 8.3.1 prior to tag |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Stamp version 8.3.1, except for configure.in/configure. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Update release notes for 8.3.1 and 8.2.7 releases. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Update to tzdata 2008a distribution (Chilean DST law... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Fix varstr_cmp's special case for UTF8 encoding on... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Fix heap_page_prune's problem with failing to send... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Tom Lane | Fix pg_plan_queries() to restore the previous setting... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Tom Lane | Fix LISTEN/NOTIFY race condition reported by Laurent... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Bruce Momjian | Add to documentation: |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Bruce Momjian | Back out doc addition that statement_timeout affects... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Bruce Momjian | Document that statement_timeout is not recommended... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Tom Lane | Use -fwrapv in CFLAGS if we are using a version of... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Teodor Sigaev | Revert changes of CompareTSQ: it affects existing btree... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Tom Lane | Refactor heap_page_prune so that instead of changing... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Tom Lane | Change hashscan.c to keep its list of active hash index... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Teodor Sigaev | Fix memory arrangement of tsquery after removing stop... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Bruce Momjian | Clearify PITR doc wording. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Bruce Momjian | Document that enabling asserts can _significantly_... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Bruce Momjian | Move client encoding libpq function docs into libpq... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Alvaro Herrera | Add support for dlopen on recent NetBSD/MIPS, per Rémi... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Bruce Momjian | Update libpqxx URL in top-level README, per Gurjeet... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Tom Lane | In PrepareToInvalidateCacheTuple, don't force initializ... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Bruce Momjian | Document that increasing the number of checkpoints... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Tom Lane | Include -lgss in libpq link, if available. Bjorn Munch |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Tom Lane | Fix PREPARE TRANSACTION to reject the case where the... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Magnus Hagander | Use windows DACL fix for pg_regress as well. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Bruce Momjian | Show example of ts_headline() using a configuration... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bruce Momjian | Remove "reliably" from chr(0) doc mention. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bruce Momjian | Document that chr(0) is not supported, and why. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Michael Meskes | Fixed bug that caused arrays of varchar to be output... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Tom Lane | Venezuela Time now means UTC-4:30, not UTC-4:00. Adjus... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Fix another place that was assuming that a local variab... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Fix unportable usages of tolower(). On signed-char... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Disable the undocumented xmlvalidate() function, which... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Andrew Dunstan | Don't call AddUserToDacl on Cygwin |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Tom Lane | Reducing the assumed alignment of struct varlena means... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Magnus Hagander | Fix handling of restricted processes for Windows Vista... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Neil Conway | Fix several memory leaks when rescanning SRFs. Arrange... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Magnus Hagander | Support for building contrib/uuid-ossp with MSVC. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Tom Lane | If RelationBuildDesc() fails to open a critical system... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Fix uninstall target. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Tom Lane | Fix encode(...bytea..., 'escape') so that it converts... |
commit | commitdiff | tree | snapshot |
next |