| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve error message. Per discussion | Teodor Sigaev | 2006-09-14 | 1 | -2/+9 |
| * | Cygwin systems seem to have a different error message when trying to connect ... | Michael Meskes | 2006-09-14 | 3 | -5/+5 |
| * | Added missing constuctor/destructor for interval and date. | Michael Meskes | 2006-09-14 | 8 | -7/+79 |
| * | Make logging of extended-protocol commands a bit more consistent, per | Tom Lane | 2006-09-13 | 1 | -5/+6 |
| * | Code review for patch to avoid second scan when vacuuming index-less | Tom Lane | 2006-09-13 | 1 | -32/+53 |
| * | Seems this wasn't committed originally | Michael Meskes | 2006-09-12 | 1 | -3/+3 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 4 | -63/+66 |
| * | Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz. | Tom Lane | 2006-09-11 | 1 | -3/+5 |
| * | Ooops, forgot to update ecpg comparison files to match | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| * | Fix unportable usage complained of by icc. Per buildfarm results. | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| * | Remove unnecessary brace pair. | Bruce Momjian | 2006-09-10 | 1 | -3/+1 |
| * | Back out patch added during 8.2.X development: | Bruce Momjian | 2006-09-10 | 1 | -1/+2 |
| * | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane | 2006-09-10 | 3 | -17/+16 |
| * | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 4 | -183/+245 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 23 | -141/+177 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 4 | -8/+13 |
| * | Fix pg_dump for recent change removing separate RULE privilege. | Tom Lane | 2006-09-08 | 1 | -2/+1 |
| * | Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE | Tom Lane | 2006-09-08 | 1 | -1/+24 |
| * | Tweak the behavior of log_duration as proposed by Guillaume Smet: rather | Tom Lane | 2006-09-08 | 3 | -34/+89 |
| * | Not all C compilers understand the "//" comment in this test case, so I remov... | Michael Meskes | 2006-09-08 | 2 | -8/+2 |
| * | Replaced complex tests with small ones. | Michael Meskes | 2006-09-08 | 42 | -2695/+1335 |
| * | More logic from complex/test* moved to their own testcases. | Michael Meskes | 2006-09-08 | 13 | -144/+975 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 9 | -285/+760 |
| * | Update pgcvslog comments. | Bruce Momjian | 2006-09-07 | 1 | -5/+6 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 6 | -12/+12 |
| * | Changing a test case also changes the output that is expected. | Michael Meskes | 2006-09-07 | 5 | -157/+151 |
| * | Removed one output because integer/double usage differ | Michael Meskes | 2006-09-07 | 1 | -1/+2 |
| * | Update Emacs/vim editor info. | Bruce Momjian | 2006-09-07 | 2 | -0/+96 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 9 | -48/+112 |
| * | Add interval division/multiplication regression tests. | Bruce Momjian | 2006-09-06 | 2 | -0/+101 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 14 | -120/+90 |
| * | Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and | Tom Lane | 2006-09-05 | 1 | -2/+2 |
| * | Fix Intel compiler bug. Per discussion | Teodor Sigaev | 2006-09-05 | 1 | -2/+17 |
| * | Lost some changes yet again | Michael Meskes | 2006-09-05 | 3 | -6/+8 |
| * | Started to cleanup complex tests. | Michael Meskes | 2006-09-05 | 25 | -349/+830 |
| * | Synced parser. | Michael Meskes | 2006-09-05 | 4 | -71/+62 |
| * | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 | 2 | -26/+40 |
| * | Fix information_schema.key_column_usage to show correct value of | Tom Lane | 2006-09-04 | 1 | -5/+12 |
| * | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian | 2006-09-04 | 1 | -12/+33 |
| * | Add MSVC build tools. | Bruce Momjian | 2006-09-04 | 8 | -0/+1048 |
| * | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 | 3 | -4/+79 |
| * | Sequences were not being shown due to the use of lowercase 's' instead | Bruce Momjian | 2006-09-04 | 1 | -3/+10 |
| * | Remove trailing slash use in ecpg regression script; caused failures on | Bruce Momjian | 2006-09-04 | 1 | -2/+2 |
| * | Change ILIKE to invoke lower() and then do plain LIKE comparison when | Tom Lane | 2006-09-04 | 1 | -63/+100 |
| * | sslinfo contrib module - information about current SSL certificate | Peter Eisentraut | 2006-09-04 | 1 | -2/+2 |
| * | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 | 2 | -7/+7 |
| * | Fix interval input parser so that fractional weeks and months are | Tom Lane | 2006-09-04 | 4 | -30/+72 |
| * | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 | 3 | -134/+171 |
| * | Suppress 'unused variable' warnings created by latest commit. | Tom Lane | 2006-09-03 | 1 | -1/+3 |
| * | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 | 4 | -83/+183 |