2005-03-18 |
Michael Meskes | Added patch by Christof Petig <christof@petig-baender... |
commit | commitdiff | tree |
2005-03-18 |
Tom Lane | Need to release buffer pins before attempting to drop... |
commit | commitdiff | tree |
2005-03-18 |
Tom Lane | Treat EPERM as a non-error case when checking to see... |
commit | commitdiff | tree |
2005-03-17 |
Bruce Momjian | Backpatch to 8.0.X, already in HEAD: |
commit | commitdiff | tree |
2005-03-16 |
Bruce Momjian | Add missing include for new lc_ctype_is_c() function. |
commit | commitdiff | tree |
2005-03-16 |
Bruce Momjian | Prevent locale-aware handling of upper, lower, and... |
commit | commitdiff | tree |
2005-03-13 |
Bruce Momjian | Increment all major version numbers in 8.0.X to force... |
commit | commitdiff | tree |
2005-03-12 |
Tom Lane | Fix ALTER DATABASE RENAME to allow the operation if... |
commit | commitdiff | tree |
2005-03-12 |
Neil Conway | Some builds (depends on crypto engine support?) of... |
commit | commitdiff | tree |
2005-03-12 |
Tom Lane | Fix problem with infinite recursion between write_syslo... |
commit | commitdiff | tree |
2005-03-11 |
Bruce Momjian | Here's the patch to fix a lot of markup errors in the... |
commit | commitdiff | tree |
2005-03-07 |
Bruce Momjian | Properly implement "Response files" for bcc. Add URL... |
commit | commitdiff | tree |
2005-03-05 |
Teodor Sigaev | Prevent rank change in case of duplicate search terms |
commit | commitdiff | tree |
2005-03-03 |
Tom Lane | Replace ARC cache management algorithm with the similar... |
commit | commitdiff | tree |
2005-03-01 |
Tom Lane | Release proclock immediately in RemoveFromWaitQueue... |
commit | commitdiff | tree |
2005-03-01 |
Tom Lane | Adjust OR indexscan logic to not generate redundant... |
commit | commitdiff | tree |
2005-03-01 |
Tom Lane | Revert the logic for expanding AND/OR conditions in... |
commit | commitdiff | tree |
2005-02-27 |
Bruce Momjian | Tab indent all actions in bcc32.mak, and do it on win32... |
commit | commitdiff | tree |
2005-02-27 |
Teodor Sigaev | Further fix int64/float8 time/timetz |
commit | commitdiff | tree |
2005-02-27 |
Teodor Sigaev | Further fix time/timetz... |
commit | commitdiff | tree |
2005-02-26 |
Bruce Momjian | Backpatch clarification of PGPASSWORD to 8.0.X. |
commit | commitdiff | tree |
2005-02-25 |
Bruce Momjian | Add linking from /port to bcc makefile. |
commit | commitdiff | tree |
2005-02-25 |
Teodor Sigaev | Fix float8->int64 transformation |
commit | commitdiff | tree |
2005-02-25 |
Bruce Momjian | Backpatch FAQ to 8.0.X. |
commit | commitdiff | tree |
2005-02-22 |
Tom Lane | Document that only a table's owner may TRUNCATE it... |
commit | commitdiff | tree |
2005-02-22 |
Bruce Momjian | Update initdb locale/encoding documentation description... |
commit | commitdiff | tree |
2005-02-21 |
Bruce Momjian | Try to get Borland CC to compile. |
commit | commitdiff | tree |
2005-02-21 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree |
2005-02-21 |
Teodor Sigaev | Simplify defines |
commit | commitdiff | tree |
2005-02-21 |
Teodor Sigaev | Fix memory leak for timestamp(with and w/o tz) and... |
commit | commitdiff | tree |
2005-02-21 |
Neil Conway | Fix two typos, per report from Hashem Masoud. |
commit | commitdiff | tree |
2005-02-21 |
Neil Conway | Document the "register" and "unregister" pg_ctl subcomm... |
commit | commitdiff | tree |
2005-02-19 |
Tom Lane | New arrangement to always let the bgwriter do checkpoin... |
commit | commitdiff | tree |
2005-02-19 |
Tom Lane | Ensure that the resolved datatype of any unknown Param... |
commit | commitdiff | tree |
2005-02-14 |
Tom Lane | ALTER LANGUAGE RENAME has never worked. Per Sergey... |
commit | commitdiff | tree |
2005-02-13 |
Bruce Momjian | Print file name and errno string on rmtree failure. |
commit | commitdiff | tree |
2005-02-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2005-02-11 |
Bruce Momjian | Update to Russian FAQ, HEAD and 8.0.X. |
commit | commitdiff | tree |
2005-02-11 |
Bruce Momjian | Mention that some psql environment variables come from... |
commit | commitdiff | tree |
2005-02-10 |
Tom Lane | Fix SPI cursor support to allow scanning the results... |
commit | commitdiff | tree |
2005-02-10 |
Michael Meskes | Fixed more parsing bugs in other CREATE statements. |
commit | commitdiff | tree |
2005-02-10 |
Bruce Momjian | Update pginstaller URL to postgresql.org/ftp/win32/. |
commit | commitdiff | tree |
2005-02-09 |
Neil Conway | ALTER TABLE ADD COLUMN exhibits a significant memory... |
commit | commitdiff | tree |
2005-02-09 |
Michael Meskes | Fixed bug in parsing of CREATE AS statement. |
commit | commitdiff | tree |
2005-02-08 |
Tom Lane | If we're gonna check for array overrun, we really shoul... |
commit | commitdiff | tree |
2005-02-07 |
Neil Conway | Prevent 4 more buffer overruns in the PL/PgSQL parser... |
commit | commitdiff | tree |
2005-02-06 |
Neil Conway | Better late than never: document that the GiST API... |
commit | commitdiff | tree |
2005-02-06 |
Tom Lane | Document array behavior for out-of-range subscripts. |
commit | commitdiff | tree |
2005-02-06 |
Tom Lane | Repair CLUSTER failure after ALTER TABLE SET WITHOUT... |
commit | commitdiff | tree |
2005-02-03 |
Tom Lane | Fix minor thinko in logic to set dump order when dumpin... |
commit | commitdiff | tree |
2005-02-03 |
Tom Lane | Ensure that all details of the ARC algorithm are hidden... |
commit | commitdiff | tree |
2005-02-02 |
Tom Lane | Improve performance of fmgr.c calling routines for... |
commit | commitdiff | tree |
2005-02-02 |
Tom Lane | Adjust constant-folding of CASE expressions so that... |
commit | commitdiff | tree |
2005-02-02 |
Bruce Momjian | Improve wording of to_char() change in 8.1: |
commit | commitdiff | tree |
2005-02-02 |
Bruce Momjian | Backpatch FAQ to 8.0.X. |
commit | commitdiff | tree |
2005-02-02 |
Bruce Momjian | Backpatch FAQ to 8.0.X. |
commit | commitdiff | tree |
2005-02-01 |
Neil Conway | Fix a bug induced by the list-rewrite that resulted... |
commit | commitdiff | tree |
2005-02-01 |
Tom Lane | Adjust estimate_num_groups() to not clamp per-relation... |
commit | commitdiff | tree |
2005-02-01 |
Tom Lane | Adjust plpgsql to allow assignment to an element of... |
commit | commitdiff | tree |
2005-02-01 |
Bruce Momjian | Backpatch FAQ changes to 8.0.X. |
commit | commitdiff | tree |
2005-02-01 |
Tom Lane | Sync inet formatting code with recent BIND releases... |
commit | commitdiff | tree |
2005-01-30 |
Tom Lane | Recommend security@postgresql.org as the contact point... REL8_0_1 |
commit | commitdiff | tree |
2005-01-30 |
Tom Lane | Stamp 8.0 branch as 8.0.1. |
commit | commitdiff | tree |
2005-01-30 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2005-01-30 |
Bruce Momjian | Backpatch FAQ to 8.0.X. |
commit | commitdiff | tree |
2005-01-30 |
Bruce Momjian | FAQ markup fixes. |
commit | commitdiff | tree |
2005-01-30 |
Bruce Momjian | Backpatch FAQ to 8.0.X. |
commit | commitdiff | tree |
2005-01-30 |
Bruce Momjian | Backpatch FAQ changes to 8.0.X. |
commit | commitdiff | tree |
2005-01-29 |
Tom Lane | We haven't had a fixed limit on rule recursion depth... |
commit | commitdiff | tree |
2005-01-29 |
Tom Lane | Make sure contrib C functions are marked strict where... |
commit | commitdiff | tree |
2005-01-28 |
Tom Lane | Add documentation for format_type(), which somehow... |
commit | commitdiff | tree |
2005-01-28 |
Tom Lane | Add intset() to README (backpatch teodor's docs fix... |
commit | commitdiff | tree |
2005-01-28 |
Tom Lane | Add note cautioning that you can't use an encrypting... |
commit | commitdiff | tree |
2005-01-28 |
Tom Lane | When dealing with multiple grouping columns coming... |
commit | commitdiff | tree |
2005-01-28 |
Tom Lane | Improve planner's estimation of the space needed for... |
commit | commitdiff | tree |
2005-01-28 |
Tom Lane | pg_aggregate.h fails to compile standalone, for lack... |
commit | commitdiff | tree |
2005-01-28 |
Tom Lane | Adjust mkdir_p to do stat() before trying mkdir().... |
commit | commitdiff | tree |
2005-01-27 |
Tom Lane | Check that aggregate creator has the right to execute... |
commit | commitdiff | tree |
2005-01-27 |
Tom Lane | Now that I look at it, int_array_enum() didn't work... |
commit | commitdiff | tree |
2005-01-27 |
Tom Lane | Fix security and 64-bit issues in contrib/intagg. ... |
commit | commitdiff | tree |
2005-01-27 |
Peter Eisentraut | Backpatch translations |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | Close all cursors created during a failed subtransactio... |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | Propagate ecpg core dump fix into 8.0 branch. |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | Adjust Windows autovacuum service to retry for up to... |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | On Windows, set the postmaster executable's stack size... |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | Minor tweak to avoid unnecessary memory bloat when... |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | Add docs for a couple of formerly-undocumented geometri... |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | Make pg_dump and pg_restore handle binary archive forma... |
commit | commitdiff | tree |
2005-01-26 |
Tom Lane | Use SHGetFolderPath instead of SHGetSpecialFolderPath... |
commit | commitdiff | tree |
2005-01-26 |
Neil Conway | Mark the text_soundex() function as "strict", to avoid... |
commit | commitdiff | tree |
2005-01-25 |
Tom Lane | Fix breakage created by addition of separate 'acl pass... |
commit | commitdiff | tree |
2005-01-25 |
Peter Eisentraut | Add missing "ko". |
commit | commitdiff | tree |
2005-01-25 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree |
2005-01-24 |
Tom Lane | Fix ALTER TABLE ADD COLUMN so that constraints of domai... |
commit | commitdiff | tree |
2005-01-24 |
Tom Lane | Disallow LOAD to non-superusers. Per report from John... |
commit | commitdiff | tree |
2005-01-24 |
Tom Lane | Fix memory leak in rtdosplit, per report from Clive... |
commit | commitdiff | tree |
2005-01-24 |
Neil Conway | pg_autovacuum fixes from Dave Page: |
commit | commitdiff | tree |
2005-01-23 |
Tom Lane | The result of a FULL or RIGHT join can't be assumed... |
commit | commitdiff | tree |
2005-01-23 |
Bruce Momjian | Add tools/find_gt_lt to find < and > in SGML source. |
commit | commitdiff | tree |
2005-01-23 |
Tom Lane | pg_dump dumped the wrong tablespace for an index (ie... |
commit | commitdiff | tree |
next |