2003-06-22 |
Tom Lane | Revise hash join and hash aggregation code to use the... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Tom Lane | Fix some index entries. |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Tom Lane | Adjust chapter ordering in Internals part to something... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Michael Meskes | Added missing terminating '\0' char for data put into... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Tom Lane | Remove a lot of desperately obsolete material (which... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Bruce Momjian | Add question mark to item: |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Bruce Momjian | Add pgtest script. |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Tom Lane | Use libpq's new logic to get the server version, instea... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Tom Lane | Bring the libpq example programs into the 21st century. |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Tom Lane | Get rid of extraneous newline in PQendcopy error output... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Tom Lane | Update libpq to make new features of FE/BE protocol... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Tom Lane | Fix some markup problems. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Tom Lane | Fix for extended-query protocol: in event of error... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Michael Meskes | Synced with backend. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Michael Meskes | Just another Informix compatibility change. They uses... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Michael Meskes | Just another ecpg todo done. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Michael Meskes | Sorry, missed a file. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Michael Meskes | Allow constants in using clauses. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Tom Lane | We neglected to set conn->raddr.salen, leading to break... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Tom Lane | Disallow dollar sign in operator names, instead allow... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Michael Meskes | Fixed fetch into char * and added missing prototype... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Bruce Momjian | Move thread checking code farther down in conflgure. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Peter Eisentraut | Change clusterdb and vacuumdb into C programs. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Tom Lane | Make FLOAT(p) measure the precision p in bits, not... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Peter Eisentraut | More information schema views. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Peter Eisentraut | Add missing file to clean target. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Michael Meskes | Fixed several more parsing bugs. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Tom Lane | Fix error line numbers reported for errors in plpgsql_p... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Tom Lane | Fix bugs in interval-to-time conversion: HAVE_INT64_TIM... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Michael Meskes | Fixed two small bugs. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Tom Lane | Allow GROUP BY, ORDER BY, DISTINCT targets to be unknow... |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Tom Lane | Adjust nestloop-with-inner-indexscan plan generation... |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Tom Lane | Replace cryptic 'Unknown kind of return type' messages... |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Tom Lane | Cause GROUP BY clause to adopt ordering operators from... |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Tom Lane | index() -> strchr(). |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Michael Meskes | Typo in version number. |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Michael Meskes | Some minor changes for new version numbering. |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Michael Meskes | Updating ECPG todo items. |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Bruce Momjian | Ecpg cleanups for prototypes. |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Bruce Momjian | Run autoconf/autoheader for ecpg change. |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Bruce Momjian | Make ecpg thread safe. |
commit | commitdiff | tree | snapshot |
2003-06-14 |
Bruce Momjian | Move thread os defines into template files. |
commit | commitdiff | tree | snapshot |
2003-06-14 |
Bruce Momjian | Handle threading in two more gethostbyname calls. |
commit | commitdiff | tree | snapshot |
2003-06-14 |
Bruce Momjian | Make libpq thread-safe with configure --with-threads... |
commit | commitdiff | tree | snapshot |
2003-06-14 |
Bruce Momjian | Add thread.c for libpq threading, and hook it into... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Bruce Momjian | Add --with-threads configure option to control threaded... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Michael Meskes | - Enable FETCH without INTO. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Tom Lane | Okay, recognize freebsd 2.* and 3.* too. |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Tom Lane | Expect FreeBSD 5.* to have standard float arithmetic. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Add thread-enable compile variables into libpq. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Tom Lane | Fix SQL function executor for case where last command... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Tom Lane | <sys/socket.h> requires <sys/types.h> to already have... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Mention need for swap on Linux, and kill -9. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Document default Linux autocommit behavior, and show... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Michael Meskes | Install all header files. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Attached is the complete diff against current CVS. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Back out patch that got bundled into another patch. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | New patch with corrected README attached. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Attached is a patch that enhances the output of psql... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Brief note about sequence cache not being cleared in... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | IPv6 cleanups. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Back out this patch because it is patched inside a... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | I succeeded by fixing up setup.py: |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Here is a patch that allows CIDR netmasks in pg_hba... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Add Linux restart --- Slawomir Sudnik |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | Up to now, SerializableSnapshot and QuerySnapshot are... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | psql: tab completion for \encoding |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | This patch updates pg_autovacuum in several ways: |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Bruce Momjian | I found the libpq function PGunescapeBytea a little... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | This patch extracts page buffer pooling and the simple |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add add_missing_from GUC variable. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Update expected file to match new _int.sql. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add missing intarray files. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Make "log_min_duration_statement" SUSET --- will be... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Changes: |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Fix brain damage in deciding which python input convert... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add log_min_duration_statement. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | pg_dump and pg_restore were stripping quotes and downca... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Update anonymous-CVS instructions. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Well, the discussion about SSL a bit back perked my... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | During looking stuff up for a discussion on -general... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add missing DLLIMPORT for cpu_index_tuple_cost to |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Now that I look, that link doesn't belong there at... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Fix busted markup. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Tom Lane | Remove platform-specific executable; does not belong... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Peter Eisentraut | Represent grant options in the information schema. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Add Rendezvous support to postmaster, from Chris Campbell |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Michael Meskes | Make sure a variable is no longer referenced when it... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Document the -h client flag can use a socket directory... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Bruce Momjian | Remove lock* GUC variables from postgresql.conf. |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Michael Meskes | Fixed some bugs. |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Tatsuo Ishii | Fix uninitialized memory bug |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Tom Lane | freeaddrinfo2() does need two parameters after all... |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Tom Lane | Make bison version test actually work ... |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Tom Lane | libpq can now talk to either 3.0 or 2.0 protocol server... |
commit | commitdiff | tree | snapshot |
2003-06-07 |
Bruce Momjian | Change configure check to use $YACC, per Tom. |
commit | commitdiff | tree | snapshot |
2003-06-07 |
Bruce Momjian | Remove kerberos mention that doesn't support our softwa... |
commit | commitdiff | tree | snapshot |
next |