2011-09-23 |
Robert Haas | Memory barrier support for PostgreSQL. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Robert Haas | Teach sepgsql about database labels. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Robert Haas | Document some more apparently-harmless error messages. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Robert Haas | Add missing brackets to chkselinuxenv. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Robert Haas | Add --{no-,}replication flags to createuser. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Simon Riggs | synchronous_commit is an enum not a boolean. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tom Lane | Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tom Lane | Make EXPLAIN ANALYZE report the numbers of rows rejecte... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Robert Haas | Fix another bit of unlogged-table-induced breakage. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Tom Lane | Suppress "unused function" warning when not HAVE_LOCALE_T. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Tom Lane | Improve reporting of newlocale() failures in CREATE... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Tom Lane | Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Tom Lane | Fix Assert failure in new plancache code. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | Remove debug logging for pgstat wait timeout. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | Add FORCE_NOT_NULL support to the file_fdw foreign... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | Avoid unnecessary page-level SSI lock check in heap_ins... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | Ensure generic plan gets used for a plpgsql expression... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | gistendscan() forgot to free so->giststate. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | Redesign the plancache mechanism for more flexibility... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Heikki Linnakangas | Teach the makefile used to build stand-alone libpq... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Heikki Linnakangas | In the manual section on primary_conninfo, recommend... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Alvaro Herrera | Split walsender.h in public/private headers |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Tom Lane | deflist_to_tuplestore dumped core on an option with... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Tom Lane | Propagate with_system_tzdata setting into initdb build. |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Heikki Linnakangas | In the final emptying phase of the new GiST buffering... |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Tom Lane | Invent a new memory context primitive, MemoryContextSet... |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Tom Lane | Remove no-longer-used variable. |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Peter Eisentraut | Remove many -Wcast-qual warnings |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Peter Eisentraut | Fix additional format warning |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Bruce Momjian | Remove double-quoting of table names in clusterdb.... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Peter Eisentraut | Add missing format attributes |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Itagaki Takahiro | Add datatype directory to SUBDIRS. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Bruce Momjian | Document that only user-defined columns are expanded... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Bruce Momjian | Remove unnecessary MATCH FULL specification in example. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Tom Lane | Try to un-break MSVC build. |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Tom Lane | Simplify handling of the timezone GUC by making initdb... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Tom Lane | Move Timestamp/Interval typedefs and basic macros into... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Tom Lane | round() is not portable. Use rint(). |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Alvaro Herrera | Tweak string for uniformity |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Peter Eisentraut | Add missing format argument to ecpg_log() call |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Heikki Linnakangas | Fix typo and reword the sentence. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Heikki Linnakangas | Buffering GiST index build algorithm. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Tom Lane | One last round of copy-editing for the 9.1 release... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Tom Lane | Fix corner case bug in numeric to_char(). |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Allow bcc32 and win32 batch files to compile libpq. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | In pg_upgrade, disallow migration of 8.3 clusters using... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Tom Lane | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Tom Lane | Fix get_name_for_var_field() to deal with RECORD Params. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Have pgrminclude skip files that use CppAsString2 becau... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Fix bug introduced by pgrminclude where the tablespace... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Fix to_date() and to_timestamp() to handle year masks... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Revert documentation patch about NEW/OLD and triggers. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Simon Riggs | Partially revoke attempt to improve performance with... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Simon Riggs | Emit cascaded standby message on shutdown only when... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Properly document the existance of OLD/NEW trigger... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Fix spelling mistake in pgpass documentation change. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Add documentation suggestion about adding a comment... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Improve comment about handling of temp tables in shared... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Peter Eisentraut | Correct ancient logic mistake in assertion |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Fix plpgsql "PERFORM" markup. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in SJIS2... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in exami... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Document PERFORM limitation when using WITH queries. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Add an "incompatibility" entry to 9.1 release notes... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Update type-conversion documentation for long-ago changes. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Properly document semphore requirements by accounting... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Add documentation link to strftime supported options. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Add C comment about why we send cache invalidation... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Alvaro Herrera | Adjust translator comment format to xgettext expectations |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Alvaro Herrera | Mark some untranslatable messages with errmsg_internal |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Peter Eisentraut | Improve "invalid byte sequence for encoding" message |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Bruce Momjian | Add mention that UTC really means UT1. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Tom Lane | Update time zone data files to tzdata release 2011i. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Bruce Momjian | Document that contrib/pgtrgm only processes ASCII alpha... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Tom Lane | Guard against using plperl's Makefile without specifyin... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Change get_variable_numdistinct's API to flag default... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Dig down into sub-selects to look for column statistics. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Can't print PlannerGlobal's subroots list in outfuncs. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Clean up the #include mess a little. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Remove unnecessary and circular #include. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Bruce Momjian | walsender.h doesn't need xlog.h, per Tom. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Bruce Momjian | Move AllowCascadeReplication() define from xlog.h to... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruce Momjian | Remove find_lt sgml tool, as it is not needed. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Tom Lane | Fix typo in pg_srand48 (srand48 in older branches). |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Tom Lane | Rearrange planner to save the whole PlannerInfo (subroo... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Peter Eisentraut | Add archive_command example |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Peter Eisentraut | Whitespace adjustment for consistency in the file |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Tom Lane | Teach ANALYZE to clear pg_class.relhassubclass when... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Meskes | Fix brace indentation of commit 63d06ef59156719efd0208c... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Improve method of avoiding fcinfo compile errors. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | Remove spurious comma. Spotted by Tom. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Add C comment about needed include. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | libpq compiles various pgport files like ecpg does... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Tom Lane | Put back improperly removed #include. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Add C comment about necessary NetBSD include. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Add missing hba.h include for NetBSD. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | In SGML we only need to worry about "<", not ">"; ... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Remove unnecessary #include references, per pgrminclude... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Meskes | In ecpglib restore LC_NUMERIC in case of an error. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Robert Haas | Minor improvements to mbregress.sh script. |
commit | commitdiff | tree | snapshot |
next |